Skip to content

Commit

Permalink
[DOCS] README update for FirePHP and NewRelic handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Oras Al-Kubaisi committed Jun 3, 2016
1 parent 431aeb3 commit f58b3a8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,28 @@ $redisHandler = [
];
```

##### FirePHP handler
```php
$redisHandler = [
'firephp' =>
[
'type' => 'firephp',
'level' => Logger::DEBUG,
],
];
```

##### NewRelic handler
```php
$redisHandler = [
'new_relic' =>
[
'type' => 'new_relic',
'level' => Logger::DEBUG,
'app_name' => 'Monolog', // optional
],
];
```

#### Extending Middleware

Expand Down

0 comments on commit f58b3a8

Please sign in to comment.