GetInstance returns the Logger instance
()
| 40 | |
| 41 | // GetInstance returns the Logger instance |
| 42 | func GetInstance() Logger { |
| 43 | return defaultLog |
| 44 | } |
| 45 | |
| 46 | // GetBaseInstance returns the base stdout logger |
| 47 | func GetBaseInstance() Logger { |
no outgoing calls