# README
log
log module
Just a wrapper now, should be refactored later.
Quick Start
func init() {
log.InitWithConfigFile("log/test.toml")
log.Info("Hello")
log.ErrorF("err: %v", "...")
}
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InitWithConfigFile init logger with config file.
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author