|
GNode library (C++)
|
Defines the Logger class for managing logging functionality.
More...
Go to the source code of this file.
Classes | |
| class | gnode::Logger |
| Manages logging functionality using the spdlog library. More... | |
Namespaces | |
| namespace | gnode |
Defines the Logger class for managing logging functionality.
This file contains the definition of the Logger class, which provides a singleton instance of a logger using the spdlog library. The Logger class is designed to facilitate logging messages with color support to the standard output. It ensures that only one instance of the logger exists throughout the application.