Manages hierarchical depth visualization for logging and tracing. 더 자세히 ...
#include <line.hpp>
정적 Public 멤버 함수 | |
| static void | incLv () |
| Increases the current depth level. | |
| static void | decLv () |
| Decreases the current depth level. | |
| static ncnt | getLv () |
| Returns the current depth level. | |
| static const std::string & | getLine () |
| Returns line visualization string for current depth. | |
Manages hierarchical depth visualization for logging and tracing.
Thread-safe line depth management using thread_local storage.
|
static |
Returns line visualization string for current depth.
Returns predefined string_view without copying.