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. | |
Represents a single log category with activation state and color.
| bool Backbone::LoggerConfig::CategoryEntry::active = true |
Whether the category is active by default.
| Color Backbone::LoggerConfig::CategoryEntry::color = Color.white |
Display color for this category in the Unity console.
| string Backbone::LoggerConfig::CategoryEntry::name |
The name of the category.