ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Psr\Log\LogLevel Class Reference

Describes log levels. More...

+ Collaboration diagram for Psr\Log\LogLevel:

Data Fields

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 LogLevel.php.

Field Documentation

◆ ALERT

const Psr\Log\LogLevel::ALERT = 'alert'

◆ CRITICAL

const Psr\Log\LogLevel::CRITICAL = 'critical'

◆ DEBUG

const Psr\Log\LogLevel::DEBUG = 'debug'

◆ EMERGENCY

const Psr\Log\LogLevel::EMERGENCY = 'emergency'

◆ ERROR

◆ INFO

◆ NOTICE

const Psr\Log\LogLevel::NOTICE = 'notice'

◆ WARNING

const Psr\Log\LogLevel::WARNING = 'warning'

The documentation for this class was generated from the following file: