Skip to content
Snippets Groups Projects
Commit f738cc23 authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #125 from fangyincheng/develop

Add:GetLogger
parents 03b8139c 93d25046
No related branches found
No related tags found
No related merge requests found
......@@ -119,3 +119,7 @@ func SetLogger(log Logger) {
logger = log
getty.SetLogger(logger)
}
func GetLogger() Logger {
return logger
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment