|
StormByte C++ Library: Logger module 1.2.0
StormByte-Logger is the logging module of the StormByte C++ suite.
|
Temporarily selects a configured or explicit content color. More...
#include <StormByte/logger/manipulators.hxx>
Public Member Functions | |
| constexpr ColorManip | operator() (Color selected) const noexcept |
| Select an explicit color for subsequent content. | |
Public Attributes | |
| std::optional< Color > | value |
| Explicit color, or empty for the configured level color. | |
Temporarily selects a configured or explicit content color.
|
inlineconstexprnoexcept |
Select an explicit color for subsequent content.
| selected | Color to use until another color manipulator or endl. |
| std::optional<Color> StormByte::Logger::ColorManip::value |
Explicit color, or empty for the configured level color.