(val ...interface{})
| 276 | |
| 277 | func Debugf(format string, val ...interface{}) { DefaultLogger.Debugf(format, val...) } |
| 278 | func Debugln(val ...interface{}) { DefaultLogger.Debugln(val...) } |
| 279 | func Printf(format string, val ...interface{}) { DefaultLogger.Printf(format, val...) } |
| 280 | func Println(val ...interface{}) { DefaultLogger.Println(val...) } |
no test coverage detected