MCPcopy Create free account
hub / github.com/aeroxy/chrome-devtools-cli / logger

Function logger

src/telemetry.rs:208–210  ·  view source on GitHub ↗

Get a reference to the global logger, if initialized.

()

Source from the content-addressed store, hash-verified

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

Callers 2

log_commandFunction · 0.85
shutdown_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected