mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
Remove reference to syslog.
This commit is contained in:
@@ -19,8 +19,8 @@ use Monolog\Logger;
|
|||||||
* usage example:
|
* usage example:
|
||||||
*
|
*
|
||||||
* $log = new Logger('application');
|
* $log = new Logger('application');
|
||||||
* $syslog = new MongoDBHandler(new \Mongo("mongodb://localhost:27017"), "logs", "prod");
|
* $mongodb = new MongoDBHandler(new \Mongo("mongodb://localhost:27017"), "logs", "prod");
|
||||||
* $log->pushHandler($syslog);
|
* $log->pushHandler($mongodb);
|
||||||
*
|
*
|
||||||
* @author Thomas Tourlourat <thomas@tourlourat.com>
|
* @author Thomas Tourlourat <thomas@tourlourat.com>
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user