26 'level_name' =>
'ERROR',
28 'context' =>
array(
'from' =>
'logger'),
30 'extra' =>
array(
'ip' =>
'127.0.0.1'),
34 $message = $formatter->format($record);
41 'context' =>
array(
'from' =>
'logger'),
42 'extra' =>
array(
'ip' =>
'127.0.0.1'),
59 'level_name' =>
'CRITICAL',
61 'context' =>
array(
'from' =>
'logger'),
63 'extra' =>
array(
'ip' =>
'127.0.0.1',
'file' =>
'test',
'line' => 14),
67 $message = $formatter->format($record);
74 'context' =>
array(
'from' =>
'logger'),
75 'extra' =>
array(
'ip' =>
'127.0.0.1'),
92 'level_name' =>
'DEBUG',
100 $message = $formatter->format($record);
122 'level_name' =>
'INFO',
124 'context' =>
array(),
131 'level_name' =>
'WARNING',
133 'context' =>
array(),
const DEBUG
Detailed debug information.
const ERROR
Runtime errors.
catch(Exception $e) $message
const WARNING
Exceptional occurrences that are not errors.
Create styles array
The data for the language used.
const CRITICAL
Critical conditions.
const INFO
Interesting events.