dolibarr 18.0.6
|
Public Member Functions | |
getName () | |
Return name of logger. | |
getVersion () | |
Return version of logger. | |
getInfo () | |
Return information on logger. | |
getWarning () | |
Return warning if something is wrong with logger. | |
configure () | |
Return array of configuration data. | |
checkConfiguration () | |
Return if configuration is valid. | |
isActive () | |
Return if logger active. | |
export ($content) | |
Output log content. | |
Definition at line 27 of file logHandlerInterface.php.
LogHandlerInterface::checkConfiguration | ( | ) |
Return if configuration is valid.
Implemented in mod_syslog_file, and mod_syslog_syslog.
LogHandlerInterface::configure | ( | ) |
Return array of configuration data.
Implemented in mod_syslog_file, and mod_syslog_syslog.
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_file, and mod_syslog_syslog.
LogHandlerInterface::getName | ( | ) |
Return name of logger.
Implemented in mod_syslog_file, and mod_syslog_syslog.
LogHandlerInterface::getVersion | ( | ) |
Return version of logger.
Implemented in mod_syslog_file, and mod_syslog_syslog.
LogHandlerInterface::getWarning | ( | ) |
Return warning if something is wrong with logger.
LogHandlerInterface::isActive | ( | ) |
Return if logger active.
Implemented in mod_syslog_file, and mod_syslog_syslog.