package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jan 10, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Debug(msg string, tags ...interface{})
Info(msg string, tags ...interface{})
Warn(msg string, tags ...interface{})
Error(msg string, tags ...interface{})
}
Logger takes in a message and tag pairs.
New creates a logger that writes to stdout.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.