Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12420551
LogLevel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
346 B
Referenced Files
None
Subscribers
None
LogLevel.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rSAASMW SaaS MediaWiki
Attached
Detach File
Event Timeline
Log In to Comment