Exemplo n.º 1
0
 public static function setSeverityLevel($severityLevel = self::DEBUG)
 {
     self::$severityLevel = (int) $severityLevel;
 }