class ConsoleFormatter extends LineFormatter
Formats incoming records for console output by coloring them depending on log level.
Constants
SIMPLE_FORMAT |
Methods
__construct($format = null, $dateFormat = null, $allowInlineLineBreaks = false, $ignoreEmptyContextAndExtra = true) {@inheritdoc} | ||
format(array $record) {@inheritdoc} |
Details
__construct($format = null, $dateFormat = null, $allowInlineLineBreaks = false, $ignoreEmptyContextAndExtra = true)
{@inheritdoc}
format(array $record)
{@inheritdoc}
Please login to continue.