Documentation ¶
Overview ¶
Package log is wrapper for logging
Index ¶
- func Debug(args ...interface{})
- func Debugd(id uint64, args ...interface{})
- func Debugf(format string, args ...interface{})
- func Debugfd(id uint64, format string, args ...interface{})
- func Error(args ...interface{})
- func Errord(id uint64, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Errorfd(id uint64, format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatald(id uint64, args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Fatalfd(id uint64, format string, args ...interface{})
- func Info(args ...interface{})
- func Infod(id uint64, args ...interface{})
- func Infof(format string, args ...interface{})
- func Infofd(id uint64, format string, args ...interface{})
- func Panic(args ...interface{})
- func Panicd(id uint64, args ...interface{})
- func Panicf(format string, args ...interface{})
- func Panicfd(id uint64, format string, args ...interface{})
- func Warn(args ...interface{})
- func Warnd(id uint64, args ...interface{})
- func Warnf(format string, args ...interface{})
- func Warnfd(id uint64, format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf debug-level logging with format
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf error-level logging with format
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf fatal-level logging with format
func Panicf ¶
func Panicf(format string, args ...interface{})
Panicf panic-level logging with format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.