dolibarr
x.y.z
|
Class to manage logging to a file. More...
Public Member Functions | |
getName () | |
Return name of logger. More... | |
getVersion () | |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development') More... | |
getInfo () | |
Content of the info tooltip. More... | |
isActive () | |
Is the module active ? More... | |
configure () | |
Return array of configuration data. More... | |
checkConfiguration () | |
Return if configuration is valid. More... | |
export ($content, $suffixinfilename='') | |
Export the message. More... | |
Public Member Functions inherited from LogHandler | |
getWarning () | |
Return warning if something is wrong with logger. More... | |
setIdent ($ident) | |
Set current ident. More... | |
Public Member Functions inherited from LogHandlerInterface | |
getWarning () | |
Return warning if something is wrong with logger. More... | |
export ($content) | |
Output log content. More... | |
Private Member Functions | |
getFilename ($suffixinfilename='') | |
Return the parsed logfile path. More... | |
Class to manage logging to a file.
Definition at line 8 of file mod_syslog_file.php.
mod_syslog_file::checkConfiguration | ( | ) |
Return if configuration is valid.
Reimplemented from LogHandler.
Definition at line 82 of file mod_syslog_file.php.
mod_syslog_file::configure | ( | ) |
Return array of configuration data.
Reimplemented from LogHandler.
Definition at line 63 of file mod_syslog_file.php.
mod_syslog_file::export | ( | $content, | |
$suffixinfilename = '' |
|||
) |
Export the message.
array | $content | Array containing the info about the message |
string | $suffixinfilename | When output is a file, append this suffix into default log filename. |
Definition at line 138 of file mod_syslog_file.php.
|
private |
Return the parsed logfile path.
string | $suffixinfilename | When output is a file, append this suffix into default log filename. |
Definition at line 105 of file mod_syslog_file.php.
mod_syslog_file::getInfo | ( | ) |
Content of the info tooltip.
Reimplemented from LogHandler.
Definition at line 40 of file mod_syslog_file.php.
mod_syslog_file::getName | ( | ) |
Return name of logger.
Implements LogHandlerInterface.
Definition at line 18 of file mod_syslog_file.php.
mod_syslog_file::getVersion | ( | ) |
Version of the module ('x.y.z' or 'dolibarr' or 'experimental' or 'development')
Reimplemented from LogHandler.
Definition at line 30 of file mod_syslog_file.php.
mod_syslog_file::isActive | ( | ) |
Is the module active ?
Reimplemented from LogHandler.
Definition at line 52 of file mod_syslog_file.php.