Example #1
0
 /**
  * Gets the name of the logging level.
  *
  * @param  integer $level
  * @return string
  */
 public static function getLevelName($level)
 {
     return Monolog\Logger::getLevelName($level);
 }