dolibarr 18.0.6
|
Class to manage logging to syslog. More...
Public Member Functions | |
getName () | |
Return name of logger. | |
getVersion () | |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development') | |
getInfo () | |
Content of the info tooltip. | |
isActive () | |
Is the module active ? | |
configure () | |
Return array of configuration data. | |
checkConfiguration () | |
Return if configuration is valid. | |
export ($content) | |
Export the message. | |
Public Member Functions inherited from LogHandler | |
getWarning () | |
Return warning if something is wrong with logger. | |
setIdent ($ident) | |
Set current ident. | |
Public Member Functions inherited from LogHandlerInterface | |
getWarning () | |
Return warning if something is wrong with logger. | |
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.
References dol_syslog().
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.