|
| std::shared_ptr< spdlog::logger > & | pool () |
| | Logger for tm.pool — scaling, shutdown, queue back-pressure.
|
| |
| std::shared_ptr< spdlog::logger > & | thread () |
| | Logger for tm.thread — ManagedThread lifecycle and faults.
|
| |
| std::shared_ptr< spdlog::logger > & | future () |
| | Logger for tm.future — future satisfaction and continuation dispatch.
|
| |
| std::shared_ptr< spdlog::logger > & | manager () |
| | Logger for tm.manager — housekeeper lifecycle, listener faults.
|
| |
| std::shared_ptr< spdlog::logger > & | task () |
| | Logger for tm.task — stuck-task warnings (only when no listener subscribes).
|
| |
| std::shared_ptr< spdlog::logger > & | executor () |
| | Logger for tm.executor — executor wiring and dispatch.
|
| |