|
Odyssey
|
Public Member Functions | |
| __construct ($pSetProduct, $pSetLogger=null) | |
| setLogger ($pLogger) | |
| setDevMode ($pDevMode) | |
| getDevMode () | |
| setErrorReporting ($pNewReportLvl) | |
| getErrorReporting () | |
Protected Member Functions | |
| handleError () | |
| setSaveLog ($pSaveLog) | |
| getErrMsg () | |
| setNotice ($pNoticeOnly) | |
Protected Attributes | |
| $errLogger = null | |
| $errReportLvl = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED | |
| $errRemoteAddr | |
| $errRequestUri | |
| $errServerName | |
| $errPhpSelf | |
| $errScriptName | |
| $errQueryString | |
Private Member Functions | |
| SaveLogMsg () | |
Private Attributes | |
| $saveLog = false | |
| $showErrPage = false | |
| $errPageUrl = '' | |
| $noticeOnly = false | |
| $hcuProduct = null | |
| $hcuDevMode = 0 | |
Definition at line 20 of file hcuLogError.i.
| CatchHandler::__construct | ( | $pSetProduct, | |
$pSetLogger = null |
|||
| ) |
PARENT CONSTRUCTOR
Set the logger object if it is defined
Definition at line 86 of file hcuLogError.i.
| CatchHandler::getErrorReporting | ( | ) |
Get the current level of php debugging
Definition at line 213 of file hcuLogError.i.
|
protected |
PROTECTED METHODS
Record the _SERVER variables
Definition at line 133 of file hcuLogError.i.
|
private |
PRIVATE METHODSSave the log message for the error being raised
Definition at line 108 of file hcuLogError.i.
| CatchHandler::setErrorReporting | ( | $pNewReportLvl | ) |
Set the level of php debugging
| int | The integer value representing the error reporting level |
Definition at line 201 of file hcuLogError.i.
| CatchHandler::setLogger | ( | $pLogger | ) |
PUBLIC METHODSthis will set the logger object for the current error exception handler
| object | $pLogger | This is an instance of the ColorStandardLogger object |
Definition at line 173 of file hcuLogError.i.
|
protected |
PROPERTIESThe logger object used for writing to error log
Definition at line 29 of file hcuLogError.i.
1.8.15