You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Logger interface {
SetLevel(name, level string) error
Debug(format string, a ...interface{}) (err error)
Trace(format string, a ...interface{}) (err error)
Notice(format string, a ...interface{}) (err error)
Warn(format string, a ...interface{}) (err error)
Fatal(format string, a ...interface{}) (err error)
Debugx(logID, format string, a ...interface{}) (err error)
Tracex(logID, format string, a ...interface{}) (err error)
Noticex(logID, format string, a ...interface{}) (err error)
Warnx(logID, format string, a ...interface{}) (err error)
Fatalx(logID, format string, a ...interface{}) (err error)
Close()
}
The text was updated successfully, but these errors were encountered:
type Logger interface { SetLevel(name, level string) error
Debug(format string, a ...interface{}) (err error)
Trace(format string, a ...interface{}) (err error)
Notice(format string, a ...interface{}) (err error)
Warn(format string, a ...interface{}) (err error)
Fatal(format string, a ...interface{}) (err error)
Debugx(logID, format string, a ...interface{}) (err error)
Tracex(logID, format string, a ...interface{}) (err error)
Noticex(logID, format string, a ...interface{}) (err error)
Warnx(logID, format string, a ...interface{}) (err error)
Fatalx(logID, format string, a ...interface{}) (err error)
Close()
type Logger interface {
SetLevel(name, level string) error
}
The text was updated successfully, but these errors were encountered: