GNode library (C++)
Loading...
Searching...
No Matches
logger.hpp File Reference

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
 

Detailed Description

Defines the Logger class for managing logging functionality.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)
Date
2023-08-07

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.