Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(format string, args ...interface{})
- func Error(format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(str string, args ...interface{})
- func Info(format string, args ...interface{})
- func Print(str string)
- func PrintStack()
- func Printf(format string, args ...interface{})
- func Printfln(format string, args ...interface{})
- func Println(str string)
- func SetLevel(level string)
- func SetTestLogger(tb testing.TB)
- func UnsetTestLogger()
Constants ¶
View Source
const ( StandardLog = 0 DebugLog = 1 )
Variables ¶
View Source
var LogLevel int
View Source
var TestLogger testing.TB
Functions ¶
func PrintStack ¶
func PrintStack()
func SetTestLogger ¶
func UnsetTestLogger ¶
func UnsetTestLogger()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.