ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lox::textlogger::ColorfulLoggerParameters Struct Reference

Description:

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
 

Enumeration Details:

◆ LightColorUsage

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.

Field Details:

◆ LCU

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.


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