Versions in this module Expand all Collapse all v1 v1.1.0 Nov 16, 2018 v1.0.0 Nov 4, 2018 Changes in this version + 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{})