void log(
mixed
$stMessage, [mixed
$stName = null])
|
|
logs an informational message to the given log or the default log if not specified
$param stMessage the message to log $param stName the name of the log to write to
Tags:
void logDebug(
mixed
$stMessage, [mixed
$stName = null])
|
|
logs a debug message to the given log or the default log if not specified
$param stMessage the message to log $param stName the name of the log to write to
Tags:
void logError(
mixed
$stMessage, [mixed
$stName = null])
|
|
logs an error message to the given log or the default log if not specified
$param stMessage the message to log $param stName the name of the log to write to
Tags:
void logWarning(
mixed
$stMessage, [mixed
$stName = null])
|
|
logs a warning message to the given log or the default log if not specified
$param stMessage the message to log $param stName the name of the log to write to
Tags: