AnewtLogHandlerAbort class

AnewtLogHandlerAbort aborts script execution on critical warnings and errors.

Class Overview

AnewtLogHandlerAbort aborts script execution on critical warnings and errors.

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.

Public Methods

log($domain, $level, $message)

Triggers an error with the log message when the logged message is a critical warning or an error.

Parameters

$domain

$level

$message

See also

Inheritance

Base Classes

Inherited members