Documentation

Logger extends Logger
in package

Table of Contents

$app  : App
$resolvedInstance  : array<string|int, mixed>
__callStatic()  : mixed
alert()  :
clearResolvedInstances()  : mixed
clear
critical()  :
debug()  :
emergency()  :
error()  :
info()  :
log()  :
notice()  :
setFacadeApplication()  : mixed
{@inheritDoc}
warning()  :
getFacadeAccessor()  : string
getFacadeRoot()  : object|stdClass
resolveFacadeInstance()  : object

Properties

$resolvedInstance

protected static array<string|int, mixed> $resolvedInstance

Methods

__callStatic()

public static __callStatic( $method,  $args) : mixed
Parameters
$method :
$args :
Tags
throws
Exception
Return values
mixed

alert()

public static alert(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

clearResolvedInstances()

clear

public static clearResolvedInstances() : mixed
Return values
mixed

critical()

public static critical(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

debug()

public static debug(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

emergency()

public static emergency(string $message, mixed $context) :

)

Parameters
$message : string
$context : mixed
Return values

error()

public static error(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

info()

public static info(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

log()

public static log(mixed $level, string $message, array<string|int, mixed> $context = array() :

)

Parameters
$level : mixed
$message : string
$context = array( : array<string|int, mixed>
Return values

notice()

public static notice(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

setFacadeApplication()

{@inheritDoc}

public static setFacadeApplication(App $app) : mixed
Parameters
$app : App
Return values
mixed

warning()

public static warning(string $message, array<string|int, mixed> $context = array() :

)

Parameters
$message : string
$context = array( : array<string|int, mixed>
Return values

getFacadeAccessor()

protected abstract static getFacadeAccessor() : string
Return values
string

getFacadeRoot()

protected static getFacadeRoot() : object|stdClass
Return values
object|stdClass

resolveFacadeInstance()

protected static resolveFacadeInstance(string $mainClass) : object
Parameters
$mainClass : string
Return values
object

Search results