Documentation
¶
Index ¶
- Constants
- type LoraLog
- func (l *LoraLog) Critical(format string, a ...interface{})
- func (l *LoraLog) Debug(format string, a ...interface{})
- func (l *LoraLog) Dump(a ...interface{})
- func (l *LoraLog) Event(format string, a ...interface{})
- func (l *LoraLog) Info(format string, a ...interface{})
- func (l *LoraLog) Success(format string, a ...interface{})
- func (l *LoraLog) Warning(format string, a ...interface{})
Constants ¶
View Source
const ( Red = "red" Green = "green" Black = "black" Blue = "blue" Magenta = "magenta" Cyan = "cyan" INFO = "INFO" TRAC = "TRAC" ERRO = "ERRO" WARN = "WARN" SUCC = "SUCC" DEBUG = "DEB" EVENT = "EVE" CRIT = "CRIT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.