Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILogger ¶
type ILogger interface { Fatalf(context.Context, string, ...interface{}) Errorf(context.Context, string, ...interface{}) Warningf(context.Context, string, ...interface{}) Infof(context.Context, string, ...interface{}) Debugf(context.Context, string, ...interface{}) Noticef(context.Context, string, ...interface{}) }
ILogger is the interface to send logs to. It can be set using
Click to show internal directories.
Click to hide internal directories.