Methods
Constructor
__construct(array $params) : \Zend\Log\Writer\Syslog
Set options for a writer. Accepted options are:
- filters: array of filters to add to this filter
- formatter: formatter for this writer
Parameters
$params
array
Array of options; may include "application" and "facility" keys
Exceptions
Returns
Get filter instance
filterPlugin(string $name, array $options) : \Zend\Log\Filter\FilterInterface
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::filterPlugin() |
Parameters
$name
string
$options
arraynull
Returns
Get filter plugin manager
getFilterPluginManager() : \Zend\Log\Writer\FilterPluginManager
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::getFilterPluginManager() |
Returns
Set application name
setApplicationName(string $appName) : \Zend\Log\Writer\Syslog
Parameters
$appName
string
Application name
Returns
Set convert write errors to exception flag
setConvertWriteErrorsToExceptions(bool $convertErrors)
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::setConvertWriteErrorsToExceptions() |
Parameters
$convertErrors
bool
Set syslog facility
setFacility(int $facility) : \Zend\Log\Writer\Syslog
Parameters
$facility
int
Syslog facility
Exceptions
Returns
Set filter plugin manager
setFilterPluginManager(string | \Zend\Log\Writer\FilterPluginManager $plugins) : \Zend\Log\Writer\self
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::setFilterPluginManager() |
Parameters
Exceptions
Returns
\Zend\Log\Writer\self
Close syslog.
shutdown() : void
Log a message to this writer.
write(array $event) : void
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::write() |
Parameters
$event
array
log data event
Write a message to syslog.
doWrite(array $event) : void
Initialize syslog / set application name and facility
initializeSyslog() : void
Initialize values facilities
initializeValidFacilities() : void
Properties
Application name used by this syslog-writer instance
$appName : string
Use Zend\Stdlib\ErrorHandler to report errors during calls to write
$convertWriteErrorsToExceptions : bool
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::$$convertWriteErrorsToExceptions |
The default log priority - for unmapped custom priorities
$defaultPriority : string
Error level passed to Zend\Stdlib\ErrorHandler::start for errors reported during calls to write
$errorsToExceptionsConversionLevel : bool
Inherited
inherited_from |
\Zend\Log\Writer\AbstractWriter::$$errorsToExceptionsConversionLevel |
Facility used by this syslog-writer instance
$facility : int
Last application name set by a syslog-writer instance
$lastApplication : string
Last facility name set by a syslog-writer instance
$lastFacility : string
Maps Zend\Log priorities to PHP's syslog priorities
$priorities : array
Types of program available to logging of message
$validFacilities : array