| package |
Default |
|---|
__construct()
alert(string $message, array $context = array()) : null
Example: Entire website down, database unavailable, etc. This should trigger the SMS alerts and wake you up.
string
array
null
critical(string $message, array $context = array()) : null
Example: Application component unavailable, unexpected exception.
string
array
null
debug(string $message, array $context = array()) : null
string
array
null
emergency(string $message, array $context = array()) : null
string
array
null
error(string $message, array $context = array()) : null
string
array
null
info(string $message, array $context = array()) : null
Example: User logs in, SQL logs.
string
array
null
log(mixed $level, string $message, array $context = array()) : null
mixed
string
array
null
notice(string $message, array $context = array()) : null
string
array
null
replaceContext(string $message, array $context) : string
string
array
string
warning(string $message, array $context = array()) : null
Example: Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong.
string
array
null
logControl : \LogControl|null
| var |
|---|
\LogControl|null
logGroup :