MCPcopy Create free account
hub / github.com/elastic/devfiler / LoggedMessage

Class LoggedMessage

src/log.rs:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51#[derive(Debug, Clone)]
52pub struct LoggedMessage {
53 pub time: chrono::DateTime<chrono::Utc>,
54 pub level: tracing::Level,
55 pub target: String,
56 pub message: String,
57}
58
59#[derive(Debug, Default)]
60struct Collector {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected