Documentation ¶
Overview ¶
Package logger is simply logger with sentry
Index ¶
- func C(format string, args ...interface{})
- func Cretical(format string, args ...interface{})
- func Creticalf(format string, args ...interface{})
- func Crtl(format string, args ...interface{})
- func D(format string, args ...interface{})
- func Debug(format string, args ...interface{})
- func E(format string, args ...interface{})
- func Err(format string, args ...interface{})
- func Errf(format string, args ...interface{})
- func Error(format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func I(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func P(format string, args ...interface{})
- func Panic(format string, args ...interface{})
- func Panicf(format string, args ...interface{})
- func Printf(format string, args ...interface{})
- func Println(args ...interface{})
- func SetDebug(debug bool)
- func SetSentry(sentry bool)
- func T(format string, args ...interface{})
- func Todo(format string, args ...interface{})
- func W(format string, args ...interface{})
- func Warn(format string, args ...interface{})
- func Warnf(format string, args ...interface{})
- func Warningf(format string, args ...interface{})
- type CRETICAL
- type DEBUG
- type ERROR
- type INFO
- type NOLEVEL
- type PANIC
- type TODO
- type WARN
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRETICAL ¶
type CRETICAL struct {
// contains filtered or unexported fields
}
CRETICAL Just for rename in sentry dashboard eventlog title
type DEBUG ¶
type DEBUG struct {
// contains filtered or unexported fields
}
DEBUG Just for rename in sentry dashboard eventlog title
type ERROR ¶
type ERROR struct {
// contains filtered or unexported fields
}
ERROR Just for rename in sentry dashboard eventlog title
type INFO ¶
type INFO struct {
// contains filtered or unexported fields
}
INFO Just for rename in sentry dashboard eventlog title
type NOLEVEL ¶
type NOLEVEL struct {
// contains filtered or unexported fields
}
NOLEVEL Just for rename in sentry dashboard eventlog title
type PANIC ¶
type PANIC struct {
// contains filtered or unexported fields
}
PANIC Just for rename in sentry dashboard eventlog title
Click to show internal directories.
Click to hide internal directories.