API documentation :: Docs For Class arbitCliLogger
Packages:Interfaces:
Classes:
|
Core::arbitCliLoggerClass arbitCliLoggerGeneric logger for all log messages Generic logger, which consumes all log messages, and annotates the with some basic context information. Generic logger for all log messages Generic logger, which consumes all log messages, and annotates the with some basic context information.
Member Variables
Method Summary
MethodsgetMessages
static array
getMessages(
)
Receive debug messages Receive debug messages Receive array with all aggregated debug messages __construct
void
__construct(
$output
)
Create logger from output handler Create logger from output handler Parameters:
writeLogMessage
void
writeLogMessage(
string
$message
, int
$severity
, string
$source
, string
$category
, [array(string=>string)
$extraInfo
= array()] )
Writes the message $message to the log. Writes the message $message to the log. The writer can use the severity, source, and category to filter the incoming messages and determine the location where the messages should be written. The array $optional contains extra information that can be added to the log. For example: line numbers, file names, usernames, etc. Parameters:
Exceptions:
Documentation generated on Mon, 05 Apr 2010 14:02:02 +0200 by phpDocumentor 1.4.3
|