Documentation ¶
Index ¶
- type Logger
- func (logger *Logger) Error(msg string)
- func (logger *Logger) Errorf(format string, args ...interface{})
- func (logger *Logger) Info(msg string)
- func (logger *Logger) Infof(format string, args ...interface{})
- func (logger *Logger) Warning(msg string)
- func (logger *Logger) Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger is a wrapper that prefix loglines with keyspace/shard
func NewVTGRLogger ¶
NewVTGRLogger creates a new logger
Click to show internal directories.
Click to hide internal directories.