Advanced Logger v1.0.1
Logger
Loading...
Searching...
No Matches
FLoggerCategorySettings Struct Reference

A struct that defines settings for logger categories, including screen and console colors. More...

#include <LoggerSettings.h>

Public Member Functions

 FLoggerCategorySettings ()
 Default constructor for FLoggerCategorySettings.
 
 FLoggerCategorySettings (const FColor &InScreenColor, EConsoleColor InConsoleColor)
 Constructor with parameters for screen and console colors.
 

Public Attributes

FLinearColor ScreenColor
 The color used for displaying the log category on the screen.
 
EConsoleColor ConsoleColor
 The color used for displaying the log category in the console.
 

Detailed Description

A struct that defines settings for logger categories, including screen and console colors.

The FLoggerCategorySettings struct allows you to specify the colors that will be used for different logger categories when displayed on the screen and in the console.

Constructor & Destructor Documentation

◆ FLoggerCategorySettings() [1/2]

FLoggerCategorySettings::FLoggerCategorySettings ( )

Default constructor for FLoggerCategorySettings.

Initializes the logger category settings with default values.

◆ FLoggerCategorySettings() [2/2]

FLoggerCategorySettings::FLoggerCategorySettings ( const FColor & InScreenColor,
EConsoleColor InConsoleColor )

Constructor with parameters for screen and console colors.

Parameters
InScreenColorThe color to be used on the screen.
InConsoleColorThe color to be used in the console.

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