Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
GetConfigCatLevel() configcat.LogLevel // for the SDK
Level() Level
WithLevel(level Level) Logger
WithPrefix(prefix string) Logger
Debugf(format string, args ...interface{})
Infof(format string, args ...interface{})
Warnf(format string, args ...interface{})
Errorf(format string, args ...interface{})
// Reportf logs regardless of level
Reportf(format string, args ...interface{})
}
func NewDebugLogger ¶
func NewDebugLogger() Logger
func NewNullLogger ¶
func NewNullLogger() Logger
Click to show internal directories.
Click to hide internal directories.