Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼NBackbone | |
| ▼CLoggerConfig | ScriptableObject configuration for the Logger. Allows setting default categories, their colors, and global log level directly from the Unity Inspector |
| CCategoryEntry | Represents a single log category with activation state and color |
| CLoggerConfigEditor | Custom inspector for LoggerConfig |
| CLoggerManager | LoggerManager is responsible for applying the settings from a single LoggerConfig instance at runtime |
| CTestLogger | Demonstrates a visually appealing test for the Logger system. Generates a colorful log to showcase categories and levels |