Mirror updates

This commit is contained in:
Unknown 2014-03-23 12:16:17 -04:00
parent b31070faf5
commit f8cfb81fb0
10 changed files with 46 additions and 47 deletions

View file

@ -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...)
}