Documentation
¶
Index ¶
- Constants
- func Black(str string) string
- func Blue(str string) string
- func CloseGlobalLogger()
- func Cyan(str string) string
- func Debug(format string, a ...interface{})
- func Error(format string, a ...interface{})
- func Fatal(format string, a ...interface{})
- func Green(str string) string
- func Info(format string, a ...interface{})
- func IsWindows() bool
- func LoopLogServer()
- func Magenta(str string) string
- func Red(str string) string
- func Swap(logger *Logger)
- func White(str string) string
- func Yellow(str string) string
- type LogData
- type Logger
Constants ¶
View Source
const ( TextBlack = iota + 30 TextRed TextGreen TextYellow TextBlue TextMagenta TextCyan TextWhite )
Variables ¶
This section is empty.
Functions ¶
func CloseGlobalLogger ¶
func CloseGlobalLogger()
func LoopLogServer ¶
func LoopLogServer()
Types ¶
Click to show internal directories.
Click to hide internal directories.