Documentation
¶
Index ¶
- type TestLogger
- func (tl *TestLogger) CheckAnyEntry(t *testing.T, level logging.LogLevel, text string, args ...interface{})
- func (tl *TestLogger) CheckEmpty(t *testing.T)
- func (tl *TestLogger) CheckFirstEntry(t *testing.T, level logging.LogLevel, text string, args ...interface{})
- func (tl *TestLogger) IsConcurrent() bool
- func (tl *TestLogger) Log(level logging.LogLevel, text string, args ...interface{})
- func (tl *TestLogger) MinLevel() logging.LogLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestLogger ¶
type TestLogger struct {
// contains filtered or unexported fields
}
func New ¶
func New() *TestLogger
func (*TestLogger) CheckAnyEntry ¶
func (*TestLogger) CheckEmpty ¶
func (tl *TestLogger) CheckEmpty(t *testing.T)
func (*TestLogger) CheckFirstEntry ¶
func (*TestLogger) IsConcurrent ¶
func (tl *TestLogger) IsConcurrent() bool
func (*TestLogger) Log ¶
func (tl *TestLogger) Log(level logging.LogLevel, text string, args ...interface{})
func (*TestLogger) MinLevel ¶
func (tl *TestLogger) MinLevel() logging.LogLevel
Click to show internal directories.
Click to hide internal directories.