Skip to main content

Module in_memory_logger

Module in_memory_logger 

Source
Expand description

In-Memory Logger for Smart Tree

A custom tracing layer that captures log events and stores them in a thread-safe, capped in-memory buffer. This allows the daemon to expose recent logs via an API endpoint.

Structsยง

InMemoryLogStore
InMemoryLoggerLayer
LogEntry