modulepackage
0.0.0-20221117150859-655825ad01f5
Repository: https://github.com/blankpaas/common.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Debugf uses fmt.Sprintf to log a templated message.
No description provided by the author
DPanic uses fmt.Sprint to construct and log a message.
DPanicf uses fmt.Sprintf to log a templated message.
Error uses fmt.Sprint to construct and log a message.
Errorf uses fmt.Sprintf to log a templated message.
Fatal uses fmt.Sprint to construct and log a message, then calls ologger.Exit.
Fatalf uses fmt.Sprintf to log a templated message, then calls ologger.Exit.
No description provided by the author
No description provided by the author
Info uses fmt.Sprint to construct and log a message.
Infof uses fmt.Sprintf to log a templated message.
No description provided by the author
Panic uses fmt.Sprint to construct and log a message, then paniclogger.
Panicf uses fmt.Sprintf to log a templated message, then paniclogger.
No description provided by the author
No description provided by the author
Warn uses fmt.Sprint to construct and log a message.
Warnf uses fmt.Sprintf to log a templated message.
# Structs
No description provided by the author