package
module
Version:
v0.0.0-...-ecc050f
Opens a new window with list of versions in this module.
Published: Oct 23, 2016
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
logger
Simple stdout logger that is enabled with passing enable flag. It's used in my other libs for debugging purposes only,
not for full logging
Documentation
¶
type Logger func(enabled bool, format string, args ...interface{})
Simple Logger
Debug returns debug logger with given name
Error returns debug logger with given name
Info returns debug logger with given name
Warning returns debug logger with given name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.