|
StormByte C++ Library: Logger module 1.2.0
StormByte-Logger is the logging module of the StormByte C++ suite.
|
Selects the sticky component for the current thread. More...
#include <StormByte/logger/manipulators.hxx>

Public Attributes | |
| std::string | name |
| Component name; empty selects the root component. | |
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.
| std::string StormByte::Logger::ComponentManip::name |
Component name; empty selects the root component.