AnewtLogHandlerDefault class

Log handler that uses the default error output mechanism.

Class Overview

Log handler that uses the default error output mechanism.

For Apache web servers the message will be written to the ErrorLog file (eg. error.log or error_log). For command line applications the message will be written to stderr.

Public Methods

log($domain, $level, $message)

Log a message.

Parameters

$domain

$level

$message

See also

Inheritance

Base Classes

Inherited members