# Functions
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
No description provided by the author
# Interfaces
Logger represent common interface for logging function.