Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
NullSink.ixx File Reference

No-op logging sink for the Mila logging infrastructure. More...

#include <iostream>
#include <string>
#include <source_location>
import Logging.Logger;

Classes

class  Mila::Logging::NullSink
 A logging sink that silently discards all records. More...

Namespaces

namespace  Mila
 Mila main API namespace.
namespace  Mila::Logging

Detailed Description

No-op logging sink for the Mila logging infrastructure.

Discards all log records unconditionally. Intended for test harnesses and any context where log output is unwanted. Zero allocation and zero stream I/O on every call path.