Loading...
Searching...
No Matches
line.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
indep/def/_nout.hpp
"
5
#include "
indep/macro.hpp
"
6
7
namespace
by {
8
12
class
_nout
line
{
13
BY(ME(
line
))
14
15
public
:
17
static
void
incLv();
18
20
static
void
decLv();
21
23
static
ncnt
getLv();
24
27
static
const
std::string& getLine();
28
};
29
30
}
// namespace by
by::line
Manages hierarchical depth visualization for logging and tracing.
Definition
line.hpp:12
_nout.hpp
macro.hpp
by::noWrap
Rich logging support with polymorphic type conversion.
Definition
richLog.hpp:34