18 require_once DOL_DOCUMENT_ROOT.
'/core/modules/syslog/logHandlerInterface.php';
98 $this->ident += $ident;
isActive()
Is the module active ?
configure()
Configuration variables of the module.
getWarning()
Return warning if something is wrong with logger.
setIdent($ident)
Set current ident.
getVersion()
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development')
checkConfiguration()
Function that checks if the configuration is valid.
getInfo()
Content of the info tooltip.
Parent class for log handlers.