Page MenuHomeDevCentral

LogLevel.php
No OneTemporary

LogLevel.php

<?php
declare(strict_types=1);
namespace Nasqueron\SAAS\MediaWiki;
/*
* Levels should be aligned with monolog library Level enum.
*/
enum LogLevel: int {
case Debug = 100;
case Info = 200;
case Notice = 250;
case Warning = 300;
case Error = 400;
case Critical = 500;
case Alert = 550;
case Emergency = 600;
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 6, 11:22 (16 h, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3129401
Default Alt Text
LogLevel.php (346 B)

Event Timeline