MediaWiki  1.23.15
LogLevel.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Log;
4 
8 class LogLevel
9 {
10  const EMERGENCY = 'emergency';
11  const ALERT = 'alert';
12  const CRITICAL = 'critical';
13  const ERROR = 'error';
14  const WARNING = 'warning';
15  const NOTICE = 'notice';
16  const INFO = 'info';
17  const DEBUG = 'debug';
18 }
Psr\Log\LogLevel\EMERGENCY
const EMERGENCY
Definition: LogLevel.php:10
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
Psr\Log
Definition: AbstractLogger.php:3
Psr\Log\LogLevel
Describes log levels.
Definition: LogLevel.php:8
Psr\Log\LogLevel\CRITICAL
const CRITICAL
Definition: LogLevel.php:12
Psr\Log\LogLevel\ALERT
const ALERT
Definition: LogLevel.php:11
Psr\Log\LogLevel\INFO
const INFO
Definition: LogLevel.php:16
Psr\Log\LogLevel\NOTICE
const NOTICE
Definition: LogLevel.php:15
Psr\Log\LogLevel\DEBUG
const DEBUG
Definition: LogLevel.php:17
Psr\Log\LogLevel\ERROR
const ERROR
Definition: LogLevel.php:13
Psr\Log\LogLevel\WARNING
const WARNING
Definition: LogLevel.php:14