writeLog()
writeLog(mixed $level, string $message, array $context = array()) : \Pop\Log\Writer\AbstractWriter
Write to the log
Parameters
mixed | $level | |
string | $message | |
array | $context |
Log writer abstract class
writeLog(mixed $level, string $message, array $context = array()) : \Pop\Log\Writer\AbstractWriter
Write to the log
mixed | $level | |
string | $message | |
array | $context |
writeCustomLog(string $content) : \Pop\Log\Writer\AbstractWriter
Write to a custom log
string | $content |
Loading…