添加socketlog调试的支持

This commit is contained in:
upfy@qq.com
2015-12-08 09:57:32 +08:00
parent ca8da0d20c
commit dfb9a73bea
5 changed files with 511 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ return [
'think\Input' => CORE_PATH . 'input' . EXT,
'think\Parser' => CORE_PATH . 'parser' . EXT,
'think\Lang' => CORE_PATH . 'lang' . EXT,
'think\slog' => CORE_PATH . 'slog' . EXT
],
'init' => [],