Get a reference to the global logger, if initialized.
()
| 206 | |
| 207 | /// Get a reference to the global logger, if initialized. |
| 208 | fn logger() -> Option<&'static TelemetryLogger> { |
| 209 | LOGGER.get() |
| 210 | } |
| 211 | |
| 212 | /// Log a command invocation to the global logger. |
| 213 | /// |
no outgoing calls
no test coverage detected