Documentation
¶
Index ¶
- type Logger
- type NopLogger
- type ZeroLogger
- func (l *ZeroLogger) Debugf(format string, args ...interface{})
- func (l *ZeroLogger) Errorf(format string, args ...interface{})
- func (l *ZeroLogger) Fatalf(format string, args ...interface{})
- func (l *ZeroLogger) Infof(format string, args ...interface{})
- func (l *ZeroLogger) Warnf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZeroLogger ¶
type ZeroLogger struct {
// contains filtered or unexported fields
}
func NewZeroLogger ¶
func NewZeroLogger(level string) *ZeroLogger
func (*ZeroLogger) Debugf ¶
func (l *ZeroLogger) Debugf(format string, args ...interface{})
func (*ZeroLogger) Errorf ¶
func (l *ZeroLogger) Errorf(format string, args ...interface{})
func (*ZeroLogger) Fatalf ¶
func (l *ZeroLogger) Fatalf(format string, args ...interface{})
func (*ZeroLogger) Infof ¶
func (l *ZeroLogger) Infof(format string, args ...interface{})
func (*ZeroLogger) Warnf ¶
func (l *ZeroLogger) Warnf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.