class MonologSysLogWriter extends Zend_Log_Writer_Abstract (View source)

Alternative monolog writer for SS_Log, for use when auditor module is in operation.

Supplied, because there cannot be more than one SS_SysLogWriter has problems writing to more than one facility at the same time. See this module's readme for more information.

Properties

protected array $priorities
protected Logger $monolog

Methods

public
__construct(string $ident = 'SilverStripe_log', $facility = LOG_USER)

No description

public static 
factory($config)

No description

protected
_write($event)

No description

Details

__construct(string $ident = 'SilverStripe_log', $facility = LOG_USER)

No description

Parameters

string $ident

String identifying the application within the syslog stream.

$facility

Syslog facility.

static factory($config)

No description

Parameters

$config

protected _write($event)

No description

Parameters

$event