Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCulea authored Aug 22, 2019
1 parent ae66e96 commit f47f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It will create a file for the instance, in which you can log whatever you want b
<?php $logger = new Logger( WP_CONTENT_DIR . '/my-logger' );
$logger->log_this( 'Log this message.', Logger::gravity_0 );

For this instance, will create a file : 'wp-content/my-logger.log'.
For this instance, will create a file : `wp-content/my-logger.log`.
Then will log the message : `[d-m-Y H:i:s][Emerg] Log this message.`

## Message types
Expand Down

0 comments on commit f47f6f9

Please sign in to comment.