TYPO3  7.6
Public Attributes | List of all members
LogLevel Class Reference

Public Attributes

const EMERGENCY = 'emergency'
 
const ALERT = 'alert'
 
const CRITICAL = 'critical'
 
const ERROR = 'error'
 
const WARNING = 'warning'
 
const NOTICE = 'notice'
 
const INFO = 'info'
 
const DEBUG = 'debug'
 

Detailed Description

Describes log levels.

Definition at line 8 of file vendor/psr/log/Psr/Log/LogLevel.php.

Member Data Documentation

const ALERT = 'alert'
const CRITICAL = 'critical'
const DEBUG = 'debug'
const EMERGENCY = 'emergency'
const ERROR = 'error'
const INFO = 'info'
const NOTICE = 'notice'
const WARNING = 'warning'