Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupLogger ¶
Types ¶
type TestLogger ¶
type TestLogger struct {
// contains filtered or unexported fields
}
func (*TestLogger) Fatal ¶
func (tl *TestLogger) Fatal(args ...interface{})
func (*TestLogger) Fatalf ¶
func (tl *TestLogger) Fatalf(format string, args ...interface{})
func (*TestLogger) Print ¶
func (tl *TestLogger) Print(args ...interface{})
func (*TestLogger) Printf ¶
func (tl *TestLogger) Printf(format string, args ...interface{})
func (*TestLogger) SetPrefix ¶
func (tl *TestLogger) SetPrefix(string)
Click to show internal directories.
Click to hide internal directories.