1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

Merge pull request #235 from peterkokot/patch-1

Logging levels phpdoc added
This commit is contained in:
Jordi Boggiano
2013-09-23 02:55:45 -07:00

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',