PHP Class Thruway\Logging\ConsoleLogger

Inheritance: extends Psr\Log\AbstractLogger
Afficher le fichier Open project: voryx/thruway

Méthodes publiques

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

Method Details

log() public méthode

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