Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶ added in v0.3.0
type Logger interface {
DPanic(args ...interface{})
DPanicf(template string, args ...interface{})
Debug(args ...interface{})
Debugf(template string, args ...interface{})
Error(args ...interface{})
Errorf(template string, args ...interface{})
Fatal(args ...interface{})
Fatalf(template string, args ...interface{})
Info(args ...interface{})
Infof(template string, args ...interface{})
Panic(args ...interface{})
Panicf(template string, args ...interface{})
Warn(args ...interface{})
Warnf(template string, args ...interface{})
}
Logger is the logging interface used by consensus. It is based on zap.SugaredLogger
Click to show internal directories.
Click to hide internal directories.