Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Panic(ctx context.Context, format string, v ...interface{})
Fatal(ctx context.Context, format string, v ...interface{})
Error(ctx context.Context, format string, v ...interface{})
Warn(ctx context.Context, format string, v ...interface{})
Info(ctx context.Context, format string, v ...interface{})
Debug(ctx context.Context, format string, v ...interface{})
}
type LoggerEntry ¶
type LoggerEntry struct {
Logger
}
Click to show internal directories.
Click to hide internal directories.