|
Odyssey
|
Public Member Functions | |
| __construct ($pSetProduct, $pSetLogger=null, $pDevMode=false) | |
| catchError ($pErrNo, $pErrStr, $pErrFile, $pErrLine) | |
| getErrMsg () | |
| addFileIgnore ($pFileName) | |
| addErrStrIgnore ($pFileName) | |
Public Member Functions inherited from CatchHandler | |
| __construct ($pSetProduct, $pSetLogger=null) | |
| setLogger ($pLogger) | |
| setDevMode ($pDevMode) | |
| getDevMode () | |
| setErrorReporting ($pNewReportLvl) | |
| getErrorReporting () | |
Private Member Functions | |
| getSaveLog () | |
Private Attributes | |
| $errNo | |
| $errStr | |
| $errFile | |
| $errLine | |
| $errType | |
| $errConstants | |
| $ignoreFileErrors | |
| $ignoreErrorString | |
Additional Inherited Members | |
Protected Member Functions inherited from CatchHandler | |
| handleError () | |
| setSaveLog ($pSaveLog) | |
| getErrMsg () | |
| setNotice ($pNoticeOnly) | |
Protected Attributes inherited from CatchHandler | |
| $errLogger = null | |
| $errReportLvl = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED | |
| $errRemoteAddr | |
| $errRequestUri | |
| $errServerName | |
| $errPhpSelf | |
| $errScriptName | |
| $errQueryString | |
Definition at line 293 of file hcuLogError.i.
| CatchErrorHandler::addErrStrIgnore | ( | $pFileName | ) |
Add a file to the ignore list. This may be added to ignore a particular script on the fly
| string | $pFileName | - The name of the file to be added to the array |
Definition at line 459 of file hcuLogError.i.
| CatchErrorHandler::addFileIgnore | ( | $pFileName | ) |
Add a file to the ignore list. This may be added to ignore a particular script on the fly
| string | $pFileName | - The name of the file to be added to the array |
Definition at line 450 of file hcuLogError.i.
| CatchErrorHandler::getErrMsg | ( | ) |
Build the error message from the exception information Specific to the fields that were passed into the Error Handler
Definition at line 430 of file hcuLogError.i.
|
private |
determine if we will save the log file This will examine the {ignored files/error string} arrays and determine if the log should be saved
Definition at line 362 of file hcuLogError.i.
|
private |
Definition at line 319 of file hcuLogError.i.
|
private |
Default list of error strings to ignore
Definition at line 349 of file hcuLogError.i.
|
private |
Default list of files to ignore errors
Definition at line 341 of file hcuLogError.i.
1.8.15