Parameters specific to colorful loggers. As of today, this simply has one attribute.
Definition at line 353 of file variables.hpp.
#include <variables.hpp>
Public Type Index: | |
enum class | LightColorUsage { Auto , Never , Foreground , Background } |
Public Field Index: | |
LightColorUsage | LCU = LightColorUsage::Auto |
|
strong |
Denotes the use of light vs dark colors. Used with colorful descendants of class TextLogger.
Enumerator | |
---|---|
Auto | Automatic. |
Never | Never use light colors. |
Foreground | Use light colors for foreground. |
Background | Use light colors for background. |
Definition at line 357 of file variables.hpp.
Denotes use of light or dark colors. Defaults to Auto.
Definition at line 365 of file variables.hpp.