Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Interface ¶
type Interface interface { Info(ctx context.Context, msg string, data ...interface{}) Warn(ctx context.Context, msg string, data ...interface{}) Error(ctx context.Context, msg string, data ...interface{}) Trace(ctx context.Context, begin time.Time, fc func() (string, int64), err error) }
Interface logger interface
Click to show internal directories.
Click to hide internal directories.