Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogName ¶
Types ¶
type Logger ¶
type Logger interface { Debug(fmtStr string, values ...interface{}) Info(fmtStr string, values ...interface{}) Warn(fmtStr string, values ...interface{}) Error(fmtStr string, values ...interface{}) Fatal(fmtStr string, values ...interface{}) Debugx(ctx context.Context, fmtStr string, values ...interface{}) Infox(ctx context.Context, fmtStr string, values ...interface{}) Warnx(ctx context.Context, fmtStr string, values ...interface{}) Errorx(ctx context.Context, fmtStr string, values ...interface{}) }
Click to show internal directories.
Click to hide internal directories.