Describes log levels
Expanded class hierarchy of LogLevel
class LogLevel {
const EMERGENCY = 'emergency';
const ALERT = 'alert';
const CRITICAL = 'critical';
const ERROR = 'error';
const WARNING = 'warning';
const NOTICE = 'notice';
const INFO = 'info';
const DEBUG = 'debug';
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant | |||
LogLevel:: |
constant |