Documentation
¶
Index ¶
- type NoopLogger
- func (nl *NoopLogger) Debug(v ...interface{})
- func (nl *NoopLogger) Debugf(format string, v ...interface{})
- func (nl *NoopLogger) Error(v ...interface{})
- func (nl *NoopLogger) Errorf(format string, v ...interface{})
- func (nl *NoopLogger) Info(v ...interface{})
- func (nl *NoopLogger) Infof(format string, v ...interface{})
- func (nl *NoopLogger) Warn(v ...interface{})
- func (nl *NoopLogger) Warnf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopLogger ¶
type NoopLogger struct{}
func Default ¶
func Default() *NoopLogger
func (*NoopLogger) Debug ¶
func (nl *NoopLogger) Debug(v ...interface{})
func (*NoopLogger) Debugf ¶
func (nl *NoopLogger) Debugf(format string, v ...interface{})
func (*NoopLogger) Error ¶
func (nl *NoopLogger) Error(v ...interface{})
func (*NoopLogger) Errorf ¶
func (nl *NoopLogger) Errorf(format string, v ...interface{})
func (*NoopLogger) Info ¶
func (nl *NoopLogger) Info(v ...interface{})
func (*NoopLogger) Infof ¶
func (nl *NoopLogger) Infof(format string, v ...interface{})
func (*NoopLogger) Warn ¶
func (nl *NoopLogger) Warn(v ...interface{})
func (*NoopLogger) Warnf ¶
func (nl *NoopLogger) Warnf(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.