mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
日志级别warn更改为notic
This commit is contained in:
@@ -17,13 +17,13 @@ class Log
|
||||
const ERROR = 'error';
|
||||
const INFO = 'info';
|
||||
const SQL = 'sql';
|
||||
const WARN = 'warn';
|
||||
const NOTIC = 'notic';
|
||||
const ALERT = 'alert';
|
||||
|
||||
// 日志信息
|
||||
protected static $log = [];
|
||||
// 日志类型
|
||||
protected static $type = ['log', 'error', 'info', 'sql', 'warn', 'alert'];
|
||||
protected static $type = ['log', 'error', 'info', 'sql', 'notic', 'alert'];
|
||||
// 日志写入驱动
|
||||
protected static $driver = null;
|
||||
// 通知发送驱动
|
||||
|
||||
Reference in New Issue
Block a user