Documentation
¶
Index ¶
- Constants
- type Logger
- func (log *Logger) LogCritical(endpoint string, message string, detailes error, exit ...bool)
- func (log *Logger) LogDraw(drawing string)
- func (log *Logger) LogError(endpoint string, message string, detailes error)
- func (log *Logger) LogInfo(endpoint string, message string)
- func (log *Logger) LogInit()
- func (log *Logger) LogWarning(endpoint string, message string, detailes error)
Constants ¶
View Source
const CriticalColor = "\033[0;31m"
View Source
const DrawColor = "\033[96;1m"
View Source
const ErrorColor = "\033[1;31m"
View Source
const InfoColor = "\033[0;32m"
View Source
const NoneColor = "\033[0m"
View Source
const WarningColor = "\033[0;33m"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.