Logger
in
Tags
Table of Contents
- debug() : mixed
- error() : mixed
- getName() : string
- info() : mixed
- isDebugEnabled() : bool
- isErrorEnabled() : bool
- isInfoEnabled() : bool
- isTraceEnabled() : bool
- isWarnEnabled() : bool
- trace() : mixed
- warn() : mixed
Methods
debug()
public
debug(string $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
- $format : string
- $params : mixed = array()
- $e : Exception = null
Return values
mixed —error()
public
error(string $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
- $format : string
- $params : mixed = array()
- $e : Exception = null
Return values
mixed —getName()
public
getName() : string
Return values
string —info()
public
info(string $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
- $format : string
- $params : mixed = array()
- $e : Exception = null
Return values
mixed —isDebugEnabled()
public
isDebugEnabled() : bool
Return values
bool —isErrorEnabled()
public
isErrorEnabled() : bool
Return values
bool —isInfoEnabled()
public
isInfoEnabled() : bool
Return values
bool —isTraceEnabled()
public
isTraceEnabled() : bool
Return values
bool —isWarnEnabled()
public
isWarnEnabled() : bool
Return values
bool —trace()
public
trace(string $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
- $format : string
- $params : mixed = array()
- $e : Exception = null
Return values
mixed —warn()
public
warn(string $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
- $format : string
- $params : mixed = array()
- $e : Exception = null