Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Black = chalk.Black Black = iota // Red = chalk.Red Red // Green = chalk.Green Green // Yellow = chalk.Yellow Yellow // Blue = chalk.Blue Blue // Magenta = chalk.Magenta Magenta // Cyan = chalk.Cyan Cyan // White = chalk.White White )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeveledLogger ¶
type LeveledLogger interface {
Errorf(string, ...interface{})
Warnf(string, ...interface{})
Infof(string, ...interface{})
Debugf(string, ...interface{})
}
LeveledLogger is a logger that allows Errorf, etc.. logging.
Click to show internal directories.
Click to hide internal directories.