Documentation
¶
Overview ¶
badger doesn't do structured logging but is instead using xxf and formats the strings with parameters. That makes analyzis a bit tricky since the same error might
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BadgerLogger ¶
type BadgerLogger struct {
// contains filtered or unexported fields
}
func New ¶
func New() *BadgerLogger
func (*BadgerLogger) Debugf ¶
func (l *BadgerLogger) Debugf(f string, v ...interface{})
func (*BadgerLogger) Errorf ¶
func (l *BadgerLogger) Errorf(f string, v ...interface{})
func (*BadgerLogger) Infof ¶
func (l *BadgerLogger) Infof(f string, v ...interface{})
func (*BadgerLogger) Warningf ¶
func (l *BadgerLogger) Warningf(f string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.