Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elastic/devfiler
/ Collector
Class
Collector
src/log.rs:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
#[derive(Debug, Default)]
60
struct Collector {
61
ring: Mutex<VecDeque<LoggedMessage>>,
62
}
63
64
impl<S> Layer<S> for &'static Collector
65
where
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected