MediaWiki  1.23.15
Psr\Log\LogLevel Class Reference

Describes log levels. More...

Public Attributes

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

Detailed Description

Describes log levels.

Definition at line 8 of file LogLevel.php.

Member Data Documentation

◆ ALERT

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

Definition at line 11 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\alert().

◆ CRITICAL

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

Definition at line 12 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\critical().

◆ DEBUG

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

Definition at line 17 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\debug().

◆ EMERGENCY

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

Definition at line 10 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\emergency().

◆ ERROR

const Psr\Log\LogLevel::ERROR = 'error'

Definition at line 13 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\error().

◆ INFO

const Psr\Log\LogLevel::INFO = 'info'

Definition at line 16 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\info().

◆ NOTICE

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

Definition at line 15 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\notice().

◆ WARNING

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

Definition at line 14 of file LogLevel.php.

Referenced by Psr\Log\AbstractLogger\warning().


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