Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(...interface{}) Infof(string, ...interface{}) Debug(...interface{}) Debugf(string, ...interface{}) Warn(...interface{}) Warnf(string, ...interface{}) Error(...interface{}) Errorf(string, ...interface{}) Stopwatch(string) func() Stopwatchf(string, ...interface{}) func() }
func NonNullLogger ¶
type LoggerFactory ¶
func NewLoggerFactory ¶
func NewLoggerFactory(sentryDSN, ver string) (LoggerFactory, error)
type SentryWrapper ¶
type SentryWrapper interface {
CaptureException(error)
}
Click to show internal directories.
Click to hide internal directories.