Mirror updates
This commit is contained in:
parent
b31070faf5
commit
f8cfb81fb0
10 changed files with 46 additions and 47 deletions
|
@ -20,6 +20,10 @@ func Trace(format string, v ...interface{}) {
|
|||
logger.Trace(format, v...)
|
||||
}
|
||||
|
||||
func Debug(format string, v ...interface{}) {
|
||||
logger.Debug(format, v...)
|
||||
}
|
||||
|
||||
func Info(format string, v ...interface{}) {
|
||||
logger.Info(format, v...)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue