Backbone - Logger
 
Loading...
Searching...
No Matches
Backbone::LoggerConfig::CategoryEntry Class Reference

Represents a single log category with activation state and color. More...

Public Attributes

string name
 The name of the category.
 
bool active = true
 Whether the category is active by default.
 
Color color = Color.white
 Display color for this category in the Unity console.
 

Detailed Description

Represents a single log category with activation state and color.

Member Data Documentation

◆ active

bool Backbone::LoggerConfig::CategoryEntry::active = true

Whether the category is active by default.

◆ color

Color Backbone::LoggerConfig::CategoryEntry::color = Color.white

Display color for this category in the Unity console.

◆ name

string Backbone::LoggerConfig::CategoryEntry::name

The name of the category.


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