Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console interface {
Info(msg ...interface{})
InfoF(format string, msg ...interface{})
Debug(msg ...interface{})
DebugF(format string, msg ...interface{})
Warning(msg ...interface{})
WarningF(format string, msg ...interface{})
Error(msg ...interface{})
ErrorF(format string, msg ...interface{})
Fatal(msg ...interface{})
FatalF(format string, msg ...interface{})
Panic(msg ...interface{})
PanicF(format string, msg ...interface{})
}
Console describes an abstract printer.
func NewColorConsole ¶
func NewColorConsole() Console
NewColorConsole returns an instance of Console.
Click to show internal directories.
Click to hide internal directories.