日志屏幕输出

This commit is contained in:
boyce
2019-03-19 17:23:50 +08:00
parent 2c23d7fbd9
commit 7a215e6a83
5 changed files with 30 additions and 0 deletions

View File

@@ -27,3 +27,7 @@ func (slf *LogService) Print(level uint, v ...interface{}) {
func (slf *LogService) AppendCallDepth(calldepth int) {
slf.logmodule.AppendCallDepth(calldepth)
}
func (slf *LogService) SetLogLevel(level uint) {
slf.logmodule.SetLogLevel(level)
}