Module null_tracer

Module null_tracer 

Source
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ยง

NullTracer
A no-op implementation of TracerSystem that silently discards all tracing operations