//
pkg.gl
Category
github.com/lovoo/goka
logger
package
0.9.0-beta3
Repository:
https://github.com/lovoo/goka.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
8
Files
103 SLOC
#
Functions
Debug
Debug enables or disables debug logging using the global logger.
Default
Default returns the standard library logger.
EmptyPrefixer
EmptyPrefixer encapsulates a prefixer that is initially without a prefix.
SetSaramaLogger
No description provided by the author
#
Interfaces
Logger
Logger is the interface Goka and its subpackages use for logging.
Prefixer
Prefixer abstracts the functionality of stacking the prefix for a custom logger implementation.