Loading...
Searching...
No Matches
by::line Class Reference

Manages hierarchical depth visualization for logging and tracing. More...

#include <line.hpp>

Static Public Member Functions

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.
 

Detailed Description

Manages hierarchical depth visualization for logging and tracing.

Thread-safe line depth management using thread_local storage.

Member Function Documentation

◆ getLine()

const std::string & by::line::getLine ( )
static

Returns line visualization string for current depth.

Returns predefined string_view without copying.


The documentation for this class was generated from the following files: