interface LogHandlerInterface (View source)

Sink for the PSR-3 Logger: formats a log context into a line and writes it, or drops it when logging is disabled.

Constants

DEFAULT_LOG_FORMAT

Methods

void
handle(array $context = [])

No description

Details

void handle(array $context = [])

No description

Parameters

array $context

Return Value

void