|
dolibarr
13.0.2
|
Parent class for log handlers. More...
Inheritance diagram for LogHandler:Public Member Functions | |
| 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... | |
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
Definition at line 85 of file logHandler.php.
| LogHandler::configure | ( | ) |
| LogHandler::getInfo | ( | ) |
| LogHandler::getVersion | ( | ) |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development')
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 | ( | ) |
| 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.