1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

logging levels phpdoc added

This commit is contained in:
Peter Kokot
2013-09-21 23:43:29 +02:00
parent 65fb444101
commit 97043a326c

View File

@@ -86,6 +86,11 @@ class Logger implements LoggerInterface
*/
const API = 1;
/**
* Logging levels from syslog protocol defined in RFC 5424
*
* @var array $levels Logging levels
*/
protected static $levels = array(
100 => 'DEBUG',
200 => 'INFO',