Asf_Log_Level 日志级别常量类
在开启命名空间情况下(asf.use_namespace=1)类名为 Asf\Log\Level
<?php
final class Asf_Log_Level
{
const SPECIAL = 'special';
const CUSTOM = 'custom';
const DEBUG = 'debug';
const INFO = 'info';
const NOTICE = 'notice';
const WARNING = 'warning';
const ERROR = 'error';
const CRITICAL = 'critical';
const ALERT = 'alert';
const EMERGENCY = 'emergency';
}