neic-glass3  1.4.6
Classes | Namespaces
logger.h File Reference

logger.h contains the interface to the neic-glass3 logging library More...

#include <spdlog.h>
#include <string>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  glass3::util::Logger
 glassutil logging class More...
 

Namespaces

 glass3
 The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3.
 
 glass3::util
 The neic-glass3 project namespace containing utility classes and functions.
 

Detailed Description

logger.h contains the interface to the neic-glass3 logging library

logger.h contains the functions that neic-glass3 uses to log various debug, informational, and error messages to console and disk file

logger uses a slightly customized version of the spdlog logging library, located in /lib/ spdlog is available at https://github.com/gabime/spdlog