PHP Class Thruway\Logging\ConsoleLogger

Inheritance: extends Psr\Log\AbstractLogger
Datei anzeigen Open project: voryx/thruway

Public Methods

Method Description
log ( mixed $level, string $message, array $context = [] ) : null Logs with an arbitrary level.

Method Details

log() public method

Logs with an arbitrary level.
public log ( mixed $level, string $message, array $context = [] ) : null
$level mixed
$message string
$context array
return null