Skip to content

Commit

Permalink
Forgot use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
parseword committed Jan 26, 2019
1 parent 643a798 commit 4fae1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ written. Messages with lower severity will be disregarded.
```php
<?php
//Set up the logger in your config or global include file
use parseword\logger\Logger;
Logger::setFilename('/tmp/my.log');
Logger::setSeverityFilter(Logger::SEVERITY_WARNING);
Logger::setLabel('myCoolApp');
Expand Down

0 comments on commit 4fae1b5

Please sign in to comment.