OPERATING_SYSTEM
OPERATING_SYSTEM = 0
Stores to PHP error_log() handler.
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$messageType : int
$expandNewlines : bool
__construct(int $messageType = self::OPERATING_SYSTEM, mixed $level = Logger::DEBUG, bool $bubble = true, bool $expandNewlines = false) : mixed
int | $messageType | Says where the error should go. |
mixed | $level | |
bool | $bubble | |
bool | $expandNewlines | If set to true, newlines in the message will be expanded to be take multiple log entries |