Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Instance() logger.Logger
- func New(config *logger.Config) (logger.Logger, error)
- func NewContext(ctx context.Context, fields logger.Fields) context.Context
- func SetupLogging(config *logger.Config) error
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- func WithContext(ctx context.Context) logger.Logger
- func WithFields(fields logger.Fields) logger.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupLogging ¶
SetupLogging configures the global logger.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.