19 log.logBypass(
"\n* * *\n");
20 log.logBypass(
"unexpected exception found: ");
23 if(
worker.isFlag(W::LOG_STRUCTURE)) {
24 log.logBypass(
"\ncurrent frames:\n");
25 thread::get().getFrames();
28 if(
worker.isFlag(W::LOG_GRAPH_ON_EX)) {
29 log.logBypass(
"\ngraph:\n");
Base class for error hierarchy
Definition baseErr.hpp:48
Definition defaultSigZone.hpp:9
Temporary scope-based enable/disable zone for logging streams
Definition enablesZone.hpp:39
AST graph visualization visitor
Definition graphVisitor.hpp:15
Main logging interface for the byeol language system
Definition logger.hpp:79
static logger & get()
Get singleton logger instance
Signal handler zone management
Definition sigZone.hpp:13
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16