Documentation ¶
Index ¶
- func Infof(format string, args ...interface{})
- func Panic(args ...interface{})
- func Panicf(format string, args ...interface{})
- func Print(args ...interface{})
- func Printf(format string, args ...interface{})
- func Println(args ...interface{})
- func Warnf(format string, args ...interface{})
- type StdLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Panic ¶
func Panic(args ...interface{})
Panic writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
func Panicf ¶
func Panicf(format string, args ...interface{})
Panicf writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
func Print ¶
func Print(args ...interface{})
Print writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
func Printf ¶
func Printf(format string, args ...interface{})
Printf writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
Types ¶
Click to show internal directories.
Click to hide internal directories.