Documentation
¶
Index ¶
- type Logger
- type TestLogger
- func (l TestLogger) Debug(args ...interface{})
- func (l TestLogger) Debugf(format string, args ...interface{})
- func (l TestLogger) Error(args ...interface{})
- func (l TestLogger) Errorf(format string, args ...interface{})
- func (l TestLogger) Info(args ...interface{})
- func (l TestLogger) Infof(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestLogger ¶
func (TestLogger) Debug ¶
func (l TestLogger) Debug(args ...interface{})
func (TestLogger) Debugf ¶
func (l TestLogger) Debugf(format string, args ...interface{})
func (TestLogger) Error ¶
func (l TestLogger) Error(args ...interface{})
func (TestLogger) Errorf ¶
func (l TestLogger) Errorf(format string, args ...interface{})
func (TestLogger) Info ¶
func (l TestLogger) Info(args ...interface{})
func (TestLogger) Infof ¶
func (l TestLogger) Infof(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.