mirror of
https://github.com/Zygo/bees.git
synced 2025-07-02 08:42:27 +02:00
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>
This commit is contained in:
7
lib/seeker.cc
Normal file
7
lib/seeker.cc
Normal file
@ -0,0 +1,7 @@
|
||||
#include "crucible/seeker.h"
|
||||
|
||||
namespace crucible {
|
||||
|
||||
thread_local shared_ptr<ostream> tl_seeker_debug_str;
|
||||
|
||||
};
|
Reference in New Issue
Block a user