|
dolibarr
13.0.2
|
Class to manage logging to syslog. More...
Inheritance diagram for mod_syslog_syslog:
Collaboration diagram for mod_syslog_syslog: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 | |
| getInfo () | |
| Content of the info tooltip. More... | |
| getWarning () | |
| Return warning if something is wrong with logger. More... | |
| getVersion () | |
| Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development') More... | |
| isActive () | |
| Is the module active ? More... | |
| configure () | |
| Configuration variables of the module. More... | |
| checkConfiguration () | |
| Function that checks if the configuration is valid. 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.
Implements LogHandlerInterface.
Definition at line 82 of file mod_syslog_syslog.php.
References $_SERVER, and dol_syslog().
| mod_syslog_syslog::configure | ( | ) |
Return array of configuration data.
Implements LogHandlerInterface.
Definition at line 64 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 108 of file mod_syslog_syslog.php.
| mod_syslog_syslog::getInfo | ( | ) |
Content of the info tooltip.
Implements LogHandlerInterface.
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')
Implements LogHandlerInterface.
Definition at line 27 of file mod_syslog_syslog.php.
| mod_syslog_syslog::isActive | ( | ) |
Is the module active ?
Implements LogHandlerInterface.
Definition at line 49 of file mod_syslog_syslog.php.