48 if (!function_exists(
'zend_monitor_custom_event')) {
60 $this->levelMap[$record[
'level']],
75 zend_monitor_custom_event(
$level, $message, $formatted);
const NOTICE
Uncommon events.
const DEBUG
Detailed debug information.
const ERROR
Runtime errors.
Base Handler class providing the Handler structure.
const WARNING
Exceptional occurrences that are not errors.
Exception can be thrown if an extension for an handler is missing.
writeZendMonitorCustomEvent($level, $message, $formatted)
Write a record to Zend Monitor.
const EMERGENCY
Urgent alert.
Create styles array
The data for the language used.
const CRITICAL
Critical conditions.
Handler sending logs to Zend Monitor.
__construct($level=Logger::DEBUG, $bubble=true)
Construct.
const ALERT
Action must be taken immediately.
getLevelMap()
Get the level map.
const INFO
Interesting events.