graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Macros | Enumerations | Functions | Variables
logger.hpp File Reference
#include <spdlog/spdlog.h>
#include "namespace.hpp"
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 logger
 

Macros

#define LOG(level, ...)   pangolin::logger::console->level(__VA_ARGS__)
 

Enumerations

enum  logger::Level {
  logger::TRACE, logger::DEBUG, logger::INFO, logger::WARN,
  logger::ERR, logger::CRITICAL
}
 

Functions

void logger::set_level (const Level &level)
 

Variables

std::shared_ptr< spdlog::logger > logger::console = spdlog::stderr_color_mt("pangolin")
 

Macro Definition Documentation

◆ LOG

#define LOG (   level,
  ... 
)    pangolin::logger::console->level(__VA_ARGS__)