$allowed
$allowed : array
Array of allowed log file types
File log writer class
writeLog(mixed $level, string $message, array $context = array()) : \Pop\Log\Writer\File
Write to the log
| mixed | $level | |
| string | $message | |
| array | $context |
writeCustomLog(string $content) : \Pop\Log\Writer\File
Write to a custom log
| string | $content |
__construct(string $file, array $types = null) : \Pop\Log\Writer\File
Constructor
Instantiate the file writer object
| string | $file | |
| array | $types |