Parameters specific to colorful loggers. As of today, this simply has one attribute.
Definition at line 343 of file variables.inl.
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 347 of file variables.inl.
| LightColorUsage alib::lox::textlogger::ColorfulLoggerParameters::LCU = LightColorUsage::Auto |
Denotes use of light or dark colors. Defaults to Auto.
Definition at line 355 of file variables.inl.