|
dolibarr 18.0.8
|
Parent class for log handlers. More...

Public Member Functions | |
| getInfo () | |
| Content of the info tooltip. | |
| getWarning () | |
| Return warning if something is wrong with logger. | |
| getVersion () | |
| Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development') | |
| isActive () | |
| Is the module active ? | |
| configure () | |
| Configuration variables of the module. | |
| checkConfiguration () | |
| Function that checks if the configuration is valid. | |
| setIdent ($ident) | |
| Set current ident. | |
Parent class for log handlers.
Definition at line 23 of file logHandler.php.
| LogHandler::checkConfiguration | ( | ) |
Function that checks if the configuration is valid.
It will be called after setting the configuration. The function returns an array with error messages
Reimplemented in mod_syslog_file, and mod_syslog_syslog.
Definition at line 85 of file logHandler.php.
| LogHandler::configure | ( | ) |
Configuration variables of the module.
Reimplemented in mod_syslog_file, and mod_syslog_syslog.
Definition at line 73 of file logHandler.php.
| LogHandler::getInfo | ( | ) |
Content of the info tooltip.
Reimplemented in mod_syslog_file, and mod_syslog_syslog.
Definition at line 33 of file logHandler.php.
| LogHandler::getVersion | ( | ) |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development')
Reimplemented in mod_syslog_file, and mod_syslog_syslog.
Definition at line 53 of file logHandler.php.
| LogHandler::getWarning | ( | ) |
Return warning if something is wrong with logger.
Definition at line 43 of file logHandler.php.
| LogHandler::isActive | ( | ) |
Is the module active ?
Reimplemented in mod_syslog_file, and mod_syslog_syslog.
Definition at line 63 of file logHandler.php.
| LogHandler::setIdent | ( | $ident | ) |
Set current ident.
| int | $ident | 1=Increase ident of 1, -1=Decrease ident of 1 |
Definition at line 96 of file logHandler.php.