SimpleLogger
class SimpleLogger extends AbstractLogger (View source)
Methods
void
void
formatter(string $level, string $message, array $format)
Format log line output.
log($level, $message, array $context = [])
{@inheritdoc}
Details
at line 22
void
__construct(Configuration $configuration = null)
Constructor.
at line 37
final protected void
formatter(string $level, string $message, array $format)
Format log line output.
at line 58
log($level, $message, array $context = [])
{@inheritdoc}