Add libbox wrapper

This commit is contained in:
世界
2022-10-25 12:55:00 +08:00
parent f9adec2f5b
commit 644153d61f
30 changed files with 829 additions and 100 deletions

View File

@@ -9,7 +9,7 @@ import (
var std ContextLogger
func init() {
std = NewFactory(Formatter{BaseTime: time.Now()}, os.Stderr).Logger()
std = NewFactory(Formatter{BaseTime: time.Now()}, os.Stderr, nil).Logger()
}
func StdLogger() ContextLogger {