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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user