Skip to content

Commit

Permalink
fixed logger name in README.md (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwiebelspaetzle authored and mymac80 committed Jan 11, 2019
1 parent 5353e00 commit 39ff6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,8 +40,8 @@ Cascade::fileConfig($config);

Then just use your logger as shown below
```php
Cascade::getLogger('myApp')->info('Well, that works!');
Cascade::getLogger('myApp')->error('Maybe not...');
Cascade::getLogger('myLogger')->info('Well, that works!');
Cascade::getLogger('myLogger')->error('Maybe not...');
```

Configuring your loggers
Expand Down

0 comments on commit 39ff6a4

Please sign in to comment.