1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 19:00:20 +02:00

Merge pull request #107 from geoffreytran/patch-1

Missing use statement for LineFormatter in Syslog Handler, which causes a fatal exception.
This commit is contained in:
Jordi Boggiano
2012-08-25 10:39:26 -07:00

View File

@@ -12,6 +12,8 @@
namespace Monolog\Handler;
use Monolog\Logger;
use Monolog\Formatter\LineFormatter;
/**
* Logs to syslog service.