Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
// Log message with INFO level.
Info(message string, args Args)
// Log message with DEBUG level.
Debug(message string, args Args)
// Log message with ERROR level.
Error(message string, args Args)
// Log message with WARNING level.
Warning(message string, args Args)
// Log message with FATAL level.
Fatal(message string, args Args)
}
Service provider for logging.
Click to show internal directories.
Click to hide internal directories.