Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestLogger ¶
func NewTestLogger ¶
func NewTestLogger() *TestLogger
func (*TestLogger) Debugf ¶
func (t *TestLogger) Debugf(format string, args ...interface{})
func (*TestLogger) Errorf ¶
func (t *TestLogger) Errorf(format string, args ...interface{})
func (*TestLogger) Infof ¶
func (t *TestLogger) Infof(format string, args ...interface{})
func (*TestLogger) Lines ¶
func (t *TestLogger) Lines() []string
Lines returns a copy of the logged lines
Click to show internal directories.
Click to hide internal directories.