Documentation ¶
Index ¶
- func Blue(format string, s ...interface{})
- func BlueBG(format string, s ...interface{})
- func ColorLog(lev string, format string, s ...interface{}) string
- func Cyan(format string, s ...interface{})
- func CyanBG(format string, s ...interface{})
- func Debug(format string, s ...interface{}) string
- func Error(format string, s ...interface{}) string
- func Fatal(format string, s ...interface{}) string
- func Green(format string, s ...interface{})
- func GreenBG(format string, s ...interface{})
- func Info(format string, s ...interface{}) string
- func Magenta(format string, s ...interface{})
- func MagentaBG(format string, s ...interface{})
- func NewStdLogger(w io.Writer) log.Logger
- func Red(format string, s ...interface{})
- func RedBG(format string, s ...interface{})
- func SBlue(format string, s ...interface{}) string
- func SBlueBG(format string, s ...interface{}) string
- func SCyan(format string, s ...interface{}) string
- func SCyanBG(format string, s ...interface{}) string
- func SGreen(format string, s ...interface{}) string
- func SGreenBG(format string, s ...interface{}) string
- func SMagenta(format string, s ...interface{}) string
- func SMagentaBG(format string, s ...interface{}) string
- func SRed(format string, s ...interface{}) string
- func SRedBG(format string, s ...interface{}) string
- func SWhite(format string, s ...interface{}) string
- func SWhiteBG(format string, s ...interface{}) string
- func SYellow(format string, s ...interface{}) string
- func SYellowBG(format string, s ...interface{}) string
- func Timestamp(format string, s ...interface{}) string
- func Warn(format string, s ...interface{}) string
- func White(format string, s ...interface{})
- func WhiteBG(format string, s ...interface{})
- func Yellow(format string, s ...interface{})
- func YellowBG(format string, s ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStdLogger ¶
NewStdLogger new a logger with writer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.