|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Segment of parsed template. More...

Public Member Functions | |
| template_segment (const std::string &c, bool p, int w=0) | |
Public Attributes | |
| std::string | content |
| Text content or placeholder name. | |
| bool | is_placeholder |
| True if this is a placeholder. | |
| int | width |
| Optional field width (0 = no padding) | |
Segment of parsed template.
Definition at line 182 of file template_formatter.h.
|
inline |
Definition at line 187 of file template_formatter.h.
| std::string kcenon::logger::template_formatter::template_segment::content |
Text content or placeholder name.
Definition at line 183 of file template_formatter.h.
| bool kcenon::logger::template_formatter::template_segment::is_placeholder |
True if this is a placeholder.
Definition at line 184 of file template_formatter.h.
| int kcenon::logger::template_formatter::template_segment::width |
Optional field width (0 = no padding)
Definition at line 185 of file template_formatter.h.