Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugBlock ¶
Types ¶
type Logger ¶
type Logger interface {
Debugf(format string, v ...interface{})
Infof(format string, v ...interface{})
Warnf(format string, v ...interface{})
Errorf(format string, v ...interface{})
Panicf(format string, v ...interface{})
Fatalf(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.