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