Documentation ¶
Index ¶
Constants ¶
View Source
const ( Degub = -1 Info = 0 Warn = 1 Error = 2 Critical = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormatLogFunc ¶
type FormatLogFunc interface { Criticalf(ctx context.Context, msg string, a ...interface{}) Errorf(ctx context.Context, mst string, a ...interface{}) Warnf(ctx context.Context, mst string, a ...interface{}) Infof(ctx context.Context, mst string, a ...interface{}) Debugf(ctx context.Context, mst string, a ...interface{}) }
Click to show internal directories.
Click to hide internal directories.