Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶ added in v1.3.0
type Logger interface {
Debug(msg string, ctx ...interface{})
Info(msg string, ctx ...interface{})
Warn(msg string, ctx ...interface{})
Error(msg string, ctx ...interface{})
Crit(msg string, ctx ...interface{})
}
Logger writes key/pair values to a handler
func Init ¶
Init instantiates the logger with the specified arguments. The first `args` parameter is the logger filename (default: logger.log).
IMPORTANT: The logger will log to stderr and to the file.
func InitHandler ¶
InitHandler is generally used in API handlers to display the request ID.
IMPORTANT: The logger will log to stderr and to the file.
Click to show internal directories.
Click to hide internal directories.