1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 14:32:44 +01:00

Fixed README

This commit is contained in:
Jordi Boggiano 2011-02-18 01:13:49 +01:00
parent 594ed9cdcb
commit d087dd4c9a

View File

@ -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
----