ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ColorfulLoggerParameters Struct Reference

Description:

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
 

Enumeration Details:

◆ LightColorUsage

enum class LightColorUsage
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.

Field Details:

◆ LCU

Denotes use of light or dark colors. Defaults to Auto.

Definition at line 365 of file variables.hpp.


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