Class: LogUtil
Source Location: /pnobjlib/LogUtil.class.php
Class OverviewLogUtil |
Methods |
Inherited Variables
Inherited Methods
Class Details
[line 19]
LogUtil
[ Top ]
Class Methods
method getErrorMessages [line 69]
|
Get an array of error messages
Tags:
Parameters:
[ Top ]
method getErrorMessagesText [line 92]
|
Get an error message text
Tags:
Parameters:
[ Top ]
method getErrorType [line 104]
method getLogFileName [line 297]
|
Generate the filename of todays log file
Tags:
Parameters:
[ Top ]
method getStatusMessages [line 27]
|
Returns an array of status messages
Tags:
Parameters:
[ Top ]
method getStatusMessagesText [line 57]
|
Returns a string of the available status messages, separated by the given delimeter
Tags:
Parameters:
[ Top ]
method hasErrors [line 114]
method log [line 267]
|
Log the given messge under the given level
Parameters:
[ Top ]
method registerAuthidError [line 150]
|
Register a failed authid check. This method calls registerError and then redirects back to the specified URL.
Parameters:
[ Top ]
method registerError [line 199]
|
Set an error message text. Also adds method, file and line where the error occured
Parameters:
[ Top ]
method registerPermissionError [line 163]
|
Register a failed permission check. This method calls registerError and then logs the failed permission check so that it can be analyzed later.
Parameters:
[ Top ]
method registerStatus [line 126]
method _checkLogFile [line 456]
|
Check the log file is writable and not full.
returns unwritable The file or directory cannot be written to returns toobig The log file size is bigger than $log_length in logging.conf.php.
Tags:
Parameters:
[ Top ]
method _cleanLogFiles [line 497]
method _write [line 341]
|
Write the error message to the log file.
Prints log file full error (if $log_show_errors is true)
Tags:
Parameters:
[ Top ]
