LC returns the logging collector.
()
| 321 | |
| 322 | // LC returns the logging collector. |
| 323 | func LC() LoggingCollector { |
| 324 | return defaultLoggingCollector |
| 325 | } |
| 326 | |
| 327 | func init() { |
| 328 | if logLevel := strings.ToUpper(os.Getenv("UPPER_DB_LOG")); logLevel != "" { |