SystemLog
implements
LoggerInterface
Table of Contents
Interfaces
- LoggerInterface
Properties
-
$crunz_task
: mixed
-
$destination
: mixed
-
$filename
: mixed
-
$message_type
: mixed
Methods
-
__construct()
: mixed
-
alert()
: void
-
critical()
: void
-
debug()
: void
-
emergency()
: void
-
error()
: void
-
getInstance()
: mixed
-
info()
: void
-
log()
: void
-
notice()
: void
-
warning()
: void
-
write()
: mixed
-
getTypeString()
: mixed
$crunz_task
private
mixed
$crunz_task
$destination
private
mixed
$destination
$filename
private
mixed
$filename
$message_type
private
mixed
$message_type
__construct()
public
__construct() : mixed
alert()
public
alert(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
critical()
public
critical(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
debug()
public
debug(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
emergency()
public
emergency(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
error()
public
error(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
getInstance()
public
static getInstance() : mixed
info()
public
info(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
log()
public
log(mixed $level, Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$level
: mixed
-
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
notice()
public
notice(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
warning()
public
warning(Stringable|string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: Stringable|string
-
-
$context
: array<string|int, mixed>
= []
-
write()
public
static write(mixed $type, mixed $message[, mixed $caller = null ][, mixed $backtrace = null ]) : mixed
Parameters
-
$type
: mixed
-
-
$message
: mixed
-
-
$caller
: mixed
= null
-
-
$backtrace
: mixed
= null
-
getTypeString()
private
static getTypeString(mixed $type) : mixed
Parameters
-
$type
: mixed
-