# Functions
GetLogger get the configured logger.
NewSaramaLogger initializes a new SaramaLogger with a zap.Logger.
RegisterLog ...
SetLogger is the setter for log variable, it should be the only way to assign value to log.
No description provided by the author
# Variables
Log is a package level variable, every program should access logging function through "Log".
# Structs
SaramaLogger wraps zap.Logger with the sarama.StdLogger interface.
# Interfaces
Logger represent common interface for logging function.