Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(format string, v ...interface{}) Info(format string, v ...interface{}) Warn(format string, v ...interface{}) Error(format string, v ...interface{}) Panic(format string, v ...interface{}) Fatal(format string, v ...interface{}) DebugBlock(prefix, format string, v ...interface{}) InfoBlock(prefix, format string, v ...interface{}) }
Logger is the logging interface for goresctl
func NewLoggerWrapper ¶
NewLoggerWrapper wraps an implementation of the golang standard intreface into a goresctl specific compatible logger interface
Click to show internal directories.
Click to hide internal directories.