mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-19 02:44:42 +08:00
日志屏幕输出
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user