mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
增加接口类 规范驱动扩展
This commit is contained in:
@@ -13,7 +13,7 @@ namespace think\log\driver;
|
||||
/**
|
||||
* 调试输出到SAE
|
||||
*/
|
||||
class Sae
|
||||
class Sae implements LogInterface
|
||||
{
|
||||
protected $config = [
|
||||
'log_time_format' => ' c ',
|
||||
|
||||
Reference in New Issue
Block a user