1
0
mirror of https://github.com/Zygo/bees.git synced 2025-07-01 16:22:27 +02:00
Files
bees/lib/seeker.cc
Zygo Blaxell 50e012ad6d seeker: add a runtime debug stream
This allows detailed but selective debugging when using the library,
particularly when something goes wrong.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2025-06-18 21:17:48 -04:00

8 lines
111 B
C++

#include "crucible/seeker.h"
namespace crucible {
thread_local shared_ptr<ostream> tl_seeker_debug_str;
};