Public Member Functions | |
| log ($domain, $level, $message) | |
| Triggers an error with the log message when the logged message is a critical warning or an error. | |
All messages below this threshold are discarded, so you should use another log handler as well in addition to AnewtLogHandlerAbort. This class is primarily useful for debugging; you should not use this handler when deploying an application. The standard trigger_error function is used.
Definition at line 187 of file loghandlers.lib.php.
| AnewtLogHandlerAbort::log | ( | $ | domain, | |
| $ | level, | |||
| $ | message | |||
| ) |
Triggers an error with the log message when the logged message is a critical warning or an error.
| $domain | ||
| $level | ||
| $message |
Reimplemented from AnewtLogHandlerBase.
Definition at line 199 of file loghandlers.lib.php.
1.5.9