Documentation

NOPLogger extends NamedLoggerBase
in package

Tags
SuppressWarnings

("unused")

author

Janos Szurovecz szjani@szjani.hu

Table of Contents

NAME  = 'NOP'
$name  : mixed
$instance  : mixed
debug()  : mixed
error()  : mixed
getName()  : string
getNOPLogger()  : NOPLogger
info()  : mixed
isDebugEnabled()  : mixed
isErrorEnabled()  : mixed
isInfoEnabled()  : mixed
isTraceEnabled()  : mixed
isWarnEnabled()  : mixed
trace()  : mixed
warn()  : mixed
__construct()  : mixed

Constants

Properties

$instance

private static mixed $instance = null

Methods

debug()

public debug(mixed $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
$format : mixed
$params : mixed = array()
$e : Exception = null
Return values
mixed

error()

public error(mixed $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
$format : mixed
$params : mixed = array()
$e : Exception = null
Return values
mixed

info()

public info(mixed $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
$format : mixed
$params : mixed = array()
$e : Exception = null
Return values
mixed

isDebugEnabled()

public isDebugEnabled() : mixed
Return values
mixed

isErrorEnabled()

public isErrorEnabled() : mixed
Return values
mixed

isInfoEnabled()

public isInfoEnabled() : mixed
Return values
mixed

isTraceEnabled()

public isTraceEnabled() : mixed
Return values
mixed

isWarnEnabled()

public isWarnEnabled() : mixed
Return values
mixed

trace()

public trace(mixed $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
$format : mixed
$params : mixed = array()
$e : Exception = null
Return values
mixed

warn()

public warn(mixed $format[, mixed $params = array() ][, Exception $e = null ]) : mixed
Parameters
$format : mixed
$params : mixed = array()
$e : Exception = null
Return values
mixed

__construct()

protected __construct() : mixed
Return values
mixed

Search results