Documentation
¶
Index ¶
- Constants
- Variables
- type Logger
- func (log Logger) Command(message string)
- func (log Logger) FatalErrorExit(exitCode int, err error)
- func (log Logger) FatalExit(exitCode int, message string, sprintf ...interface{})
- func (log Logger) Item(message string, sprintf ...interface{})
- func (log Logger) Main(message string, sprintf ...interface{})
- func (log Logger) Printlnf(message string, sprintf ...interface{})
- func (log Logger) Step(message string, sprintf ...interface{})
- func (log Logger) Verbose(message string, sprintf ...interface{})
Constants ¶
View Source
const (
LogPrefix = ""
)
Variables ¶
View Source
var ( Verbose bool CommandName string )
Functions ¶
This section is empty.
Types ¶
type Logger ¶
func GetInstance ¶
func (Logger) FatalErrorExit ¶
Log error object as message
Click to show internal directories.
Click to hide internal directories.