Expand description
Null tracer implementation following the Null Object Pattern
This module provides a NullTracer that implements the same interface as TracerSystem but performs no operations. This eliminates the need for conditional checks in client code.
Structsยง
- Null
Tracer - A no-op implementation of TracerSystem that silently discards all tracing operations