dolibarr
x.y.z
|
Class to manage logging to syslog. More...
Public Member Functions | |
getName () | |
Return name of logger. More... | |
getVersion () | |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development') More... | |
getInfo () | |
Content of the info tooltip. More... | |
isActive () | |
Is the module active ? More... | |
configure () | |
Return array of configuration data. More... | |
checkConfiguration () | |
Return if configuration is valid. More... | |
export ($content) | |
Export the message. More... | |
Public Member Functions inherited from LogHandler | |
getWarning () | |
Return warning if something is wrong with logger. More... | |
setIdent ($ident) | |
Set current ident. More... | |
Public Member Functions inherited from LogHandlerInterface | |
getWarning () | |
Return warning if something is wrong with logger. More... | |
Class to manage logging to syslog.
Definition at line 8 of file mod_syslog_syslog.php.
mod_syslog_syslog::checkConfiguration | ( | ) |
Return if configuration is valid.
Reimplemented from LogHandler.
Definition at line 84 of file mod_syslog_syslog.php.
mod_syslog_syslog::configure | ( | ) |
Return array of configuration data.
Reimplemented from LogHandler.
Definition at line 66 of file mod_syslog_syslog.php.
mod_syslog_syslog::export | ( | $content | ) |
Export the message.
array | $content | Array containing the info about the message |
Implements LogHandlerInterface.
Definition at line 111 of file mod_syslog_syslog.php.
mod_syslog_syslog::getInfo | ( | ) |
Content of the info tooltip.
Reimplemented from LogHandler.
Definition at line 37 of file mod_syslog_syslog.php.
mod_syslog_syslog::getName | ( | ) |
Return name of logger.
Implements LogHandlerInterface.
Definition at line 17 of file mod_syslog_syslog.php.
mod_syslog_syslog::getVersion | ( | ) |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development')
Reimplemented from LogHandler.
Definition at line 27 of file mod_syslog_syslog.php.
mod_syslog_syslog::isActive | ( | ) |
Is the module active ?
Reimplemented from LogHandler.
Definition at line 49 of file mod_syslog_syslog.php.