OPERATING_SYSTEM
OPERATING_SYSTEM
Stores to PHP error_log() handler.
__construct(integer $messageType = self::OPERATING_SYSTEM, integer $level = \Monolog\Logger::DEBUG, Boolean $bubble = true, Boolean $expandNewlines = false)
integer | $messageType | Says where the error should go. |
integer | $level | The minimum logging level at which this handler will be triggered |
Boolean | $bubble | Whether the messages that are handled can bubble up the stack or not |
Boolean | $expandNewlines | If set to true, newlines in the message will be expanded to be take multiple log entries |