PHP Interface Pop\Log\Writer\WriterInterface

Author: Nick Sagona, III ([email protected])
Afficher le fichier Open project: nicksagona/PopPHP

Méthodes publiques

Méthode Description
writeLog ( array $logEntry, array $options = [] ) : void Method to write to the log

Method Details

writeLog() public méthode

Method to write to the log
public writeLog ( array $logEntry, array $options = [] ) : void
$logEntry array
$options array
Résultat void