Documentation
¶
Index ¶
- func Debug(s string, args ...interface{})
- func Error(s string, args ...interface{})
- func Error_skip(calldepth int, s string, args ...interface{})
- func Info(s string, args ...interface{})
- func Info_skip(calldepth int, s string, args ...interface{})
- func SetDefaultLogger(logger Logger)
- func SetLogLevel(level LogLevel)
- type LogLevel
- type Logger
- type StdLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error_skip ¶
func SetDefaultLogger ¶
func SetDefaultLogger(logger Logger)
func SetLogLevel ¶
func SetLogLevel(level LogLevel)
Types ¶
type StdLogger ¶
type StdLogger struct {
// contains filtered or unexported fields
}
func NewStdLogger ¶
func NewStdLogger() *StdLogger
Click to show internal directories.
Click to hide internal directories.