Documentation ¶
Index ¶
- type Logger
- type LoggerForTests
- func (l LoggerForTests) Debug(args ...interface{})
- func (l LoggerForTests) Debugf(format string, args ...interface{})
- func (l LoggerForTests) Error(args ...interface{})
- func (l LoggerForTests) Errorf(format string, args ...interface{})
- func (l LoggerForTests) Info(args ...interface{})
- func (l LoggerForTests) Infof(format string, args ...interface{})
- func (l LoggerForTests) Warning(args ...interface{})
- func (l LoggerForTests) 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 interface { Debug(args ...interface{}) Debugf(format string, args ...interface{}) Info(args ...interface{}) Infof(format string, args ...interface{}) Warning(args ...interface{}) Warningf(format string, args ...interface{}) Error(args ...interface{}) Errorf(format string, args ...interface{}) }
type LoggerForTests ¶
func (LoggerForTests) Debug ¶
func (l LoggerForTests) Debug(args ...interface{})
func (LoggerForTests) Debugf ¶
func (l LoggerForTests) Debugf(format string, args ...interface{})
func (LoggerForTests) Error ¶
func (l LoggerForTests) Error(args ...interface{})
func (LoggerForTests) Errorf ¶
func (l LoggerForTests) Errorf(format string, args ...interface{})
func (LoggerForTests) Info ¶
func (l LoggerForTests) Info(args ...interface{})
func (LoggerForTests) Infof ¶
func (l LoggerForTests) Infof(format string, args ...interface{})
func (LoggerForTests) Warning ¶
func (l LoggerForTests) Warning(args ...interface{})
func (LoggerForTests) Warningf ¶
func (l LoggerForTests) Warningf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.