|
dolibarr
19.0.0-dev
|

Public Member Functions | |
| getName () | |
| Return name of logger. More... | |
| getVersion () | |
| Return version of logger. More... | |
| getInfo () | |
| Return information on logger. More... | |
| getWarning () | |
| Return warning if something is wrong with logger. More... | |
| configure () | |
| Return array of configuration data. More... | |
| checkConfiguration () | |
| Return if configuration is valid. More... | |
| isActive () | |
| Return if logger active. More... | |
| export ($content) | |
| Output log content. More... | |
Definition at line 27 of file logHandlerInterface.php.
| LogHandlerInterface::checkConfiguration | ( | ) |
Return if configuration is valid.
Implemented in mod_syslog_syslog, and mod_syslog_file.
| LogHandlerInterface::configure | ( | ) |
Return array of configuration data.
Implemented in mod_syslog_syslog, and mod_syslog_file.
| LogHandlerInterface::export | ( | $content | ) |
Output log content.
| string | $content | Content to log |
Implemented in mod_syslog_syslog.
| LogHandlerInterface::getInfo | ( | ) |
Return information on logger.
Implemented in mod_syslog_syslog, and mod_syslog_file.
| LogHandlerInterface::getName | ( | ) |
Return name of logger.
Implemented in mod_syslog_syslog, and mod_syslog_file.
| LogHandlerInterface::getVersion | ( | ) |
Return version of logger.
Implemented in mod_syslog_syslog, and mod_syslog_file.
| LogHandlerInterface::getWarning | ( | ) |
Return warning if something is wrong with logger.
| LogHandlerInterface::isActive | ( | ) |
Return if logger active.
Implemented in mod_syslog_syslog, and mod_syslog_file.