Documentation
¶
Index ¶
- type CLILogger
- func (l CLILogger) Actionf(format string, a ...interface{})
- func (l CLILogger) Failuref(format string, a ...interface{})
- func (l CLILogger) Generatef(format string, a ...interface{})
- func (l CLILogger) Printf(format string, a ...interface{})
- func (l CLILogger) Println(format string, a ...interface{})
- func (l CLILogger) Successf(format string, a ...interface{})
- func (l CLILogger) Waitingf(format string, a ...interface{})
- func (l CLILogger) Warningf(format string, a ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Println(format string, a ...interface{})
Printf(format string, a ...interface{})
Actionf(format string, a ...interface{})
Generatef(format string, a ...interface{})
Waitingf(format string, a ...interface{})
Successf(format string, a ...interface{})
Warningf(format string, a ...interface{})
Failuref(format string, a ...interface{})
}
Click to show internal directories.
Click to hide internal directories.