ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
LogLevel.php
Go to the documentation of this file.
1<?php
2
3namespace Psr\Log;
4
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}
An exception for terminatinating execution or to throw for unit testing.
Describes log levels.
Definition: LogLevel.php:9