Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Debug(tag, msg string, args ...interface{}) DebugWithDetails(tag, msg string, args ...interface{}) Info(tag, msg string, args ...interface{}) Warn(tag, msg string, args ...interface{}) Error(tag, msg string, args ...interface{}) ErrorWithDetails(tag, msg string, args ...interface{}) HandlePanic(tag string) ToggleForcedDebug() UseRFC3339Timestamps() Flush() error FlushTimeout(time.Duration) error }
to update cd logger && go run github.com/maxbrunsfeld/counterfeiter -generate
Directories ¶
Path | Synopsis |
---|---|
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.