Commit graph

5 commits

Author SHA1 Message Date
Adirelle f46a8be648 LoggerConfig::getFor always returns the same instance of Logger for the same $name.
This avoid issues when push handlers/processors to that logger.
Use the Monolog\ErrorHandler to log errors and exceptions.
PHPCI/Logging/Handler becomes PHPCI/ErrorHandler.
And it only throws ErrorException for reported errors.
No need to initialize a second $loggerConfig in daemonise.

Close #892
2015-04-23 13:25:53 +02:00
OKINAKA Kenshin 6a79bcea60 Fix daemonise 2014-03-07 11:06:17 +09:00
Raul Ferriz 4b50b9eb77 Fix daemonise crash. 2014-01-04 10:19:55 +01:00
Dan Cryer 77fae9a56d Holy cleanup, batman. 2013-10-10 01:01:06 +01:00
Gabriel Baker a963a3f284 MAjority of daemon work done, can start stop and status the daemon 2013-06-09 20:11:22 +01:00