Documentation
¶
Index ¶
- Constants
- Variables
- func Alert(msg string)
- func AlertWait(msg string)
- func Debug(msg string)
- func Default(msg string)
- func DisableDebug()
- func EnableDebug()
- func Error(msg string)
- func Info(msg string)
- func InitializeBarkLogger()
- func LogWithContext(ctx *fasthttp.RequestCtx, msg string)
- func Notice(msg string)
- func Panic(msg string)
- func Println(msg string)
- func Warn(msg string)
- type Logger
- type StateStruct
Constants ¶
View Source
const (
Bark = "Bark"
)
Variables ¶
View Source
var BarkClient *client.Config
Functions ¶
func DisableDebug ¶
func DisableDebug()
func EnableDebug ¶
func EnableDebug()
func InitializeBarkLogger ¶
func InitializeBarkLogger()
func LogWithContext ¶
func LogWithContext(ctx *fasthttp.RequestCtx, msg string)
Types ¶
type StateStruct ¶
func State ¶
func State() *StateStruct
Click to show internal directories.
Click to hide internal directories.