mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
Fixed README
This commit is contained in:
@@ -18,10 +18,10 @@ Usage
|
|||||||
$logger = new Logger(array($log));
|
$logger = new Logger(array($log));
|
||||||
|
|
||||||
// write to all logs
|
// write to all logs
|
||||||
$logger->warn('Foo');
|
$logger->addWarning('Foo');
|
||||||
|
|
||||||
// write only to the 'name' log
|
// write only to the 'name' log
|
||||||
$logger->error('Bar', 'name');
|
$logger->addError('Bar', 'name');
|
||||||
|
|
||||||
Todo
|
Todo
|
||||||
----
|
----
|
||||||
|
Reference in New Issue
Block a user