StormByte C++ Library: Logger module 1.2.0
StormByte-Logger is the logging module of the StormByte C++ suite.
Loading...
Searching...
No Matches
Public Attributes | List of all members
StormByte::Logger::ComponentManip Struct Reference

Selects the sticky component for the current thread. More...

#include <StormByte/logger/manipulators.hxx>

Collaboration diagram for StormByte::Logger::ComponentManip:
Collaboration graph
[legend]

Public Attributes

std::string name
 Component name; empty selects the root component.
 

Detailed Description

Selects the sticky component for the current thread.

The component is thread-local to the calling thread, not tied to a particular Log instance. Two Log instances used by one thread therefore observe the same component; this is intentional for shared logger use.

Member Data Documentation

◆ name

std::string StormByte::Logger::ComponentManip::name

Component name; empty selects the root component.


The documentation for this struct was generated from the following file: