Skip to content
Snippets Groups Projects
Commit 93d25046 authored by fangyincheng's avatar fangyincheng
Browse files

Add:GetLogger

parent 03b8139c
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