Logger
class Logger extends SimpleLogger (View source)
Methods
void
__construct(string $logfile)
Constructor.
void
formatter(string $level, string $message, array $format)
Format log line output.
from SimpleLogger
Details
at line 17
void
__construct(string $logfile)
Constructor.
in SimpleLogger at line 37
final protected void
formatter(string $level, string $message, array $format)
Format log line output.
in SimpleLogger at line 58
log($level, $message, array $context = [])
{@inheritdoc}