mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
Define properties
This commit is contained in:
@@ -29,6 +29,10 @@ use Monolog\Formatter\LineFormatter;
|
||||
*/
|
||||
class SyslogHandler extends AbstractProcessingHandler
|
||||
{
|
||||
protected $ident;
|
||||
protected $logopts;
|
||||
protected $facility;
|
||||
|
||||
/**
|
||||
* Translates Monolog log levels to syslog log priorities.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user