|
Entropic 2.3.8
Local-first agentic inference engine
|
Per-handle file sink dispatcher (installed on default logger). More...


Public Member Functions | |
| void | log (const spdlog::details::log_msg &msg) override |
| Route message to the current thread's handle file sink. | |
| void | flush () override |
| Flush every registered handle sink. | |
| void | set_pattern (const std::string &pattern) override |
| Apply pattern to all registered sinks. | |
| void | set_formatter (std::unique_ptr< spdlog::formatter > f) override |
| Spdlog's set_formatter shim. | |
| void | register_sink (int id, std::shared_ptr< spdlog::sinks::sink > s) |
| Register/replace the sink for a handle id. | |
| void | unregister_sink (int id) |
| Remove a handle id's sink registration. | |
| std::vector< int > | registered_ids () const |
| Snapshot of registered ids (tests + diagnostics). | |
Per-handle file sink dispatcher (installed on default logger).
Definition at line 39 of file logging.cpp.
|
inlineoverride |
Flush every registered handle sink.
Definition at line 55 of file logging.cpp.
|
inlineoverride |
Route message to the current thread's handle file sink.
Definition at line 43 of file logging.cpp.
|
inline |
Register/replace the sink for a handle id.
Definition at line 90 of file logging.cpp.
|
inline |
Snapshot of registered ids (tests + diagnostics).
Definition at line 104 of file logging.cpp.
|
inlineoverride |
Spdlog's set_formatter shim.
Definition at line 73 of file logging.cpp.
|
inlineoverride |
Apply pattern to all registered sinks.
Definition at line 66 of file logging.cpp.
|
inline |
Remove a handle id's sink registration.
Definition at line 97 of file logging.cpp.