mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Merge pull request #235 from peterkokot/patch-1
Logging levels phpdoc added
This commit is contained in:
@@ -86,6 +86,11 @@ class Logger implements LoggerInterface
|
|||||||
*/
|
*/
|
||||||
const API = 1;
|
const API = 1;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logging levels from syslog protocol defined in RFC 5424
|
||||||
|
*
|
||||||
|
* @var array $levels Logging levels
|
||||||
|
*/
|
||||||
protected static $levels = array(
|
protected static $levels = array(
|
||||||
100 => 'DEBUG',
|
100 => 'DEBUG',
|
||||||
200 => 'INFO',
|
200 => 'INFO',
|
||||||
|
Reference in New Issue
Block a user