BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
Logger.h File Reference
#include "spdlog/async.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/spdlog.h"
#include <chrono>
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
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  logging::Logger
 

Namespaces

namespace  logging
 

Macros

#define LOG_CRITICAL(...)   SPDLOG_CRITICAL(__VA_ARGS__)
 
#define LOG_DEBUG(...)   SPDLOG_DEBUG(__VA_ARGS__)
 
#define LOG_ERROR(...)   SPDLOG_ERROR(__VA_ARGS__)
 
#define LOG_INFO(...)   SPDLOG_INFO(__VA_ARGS__)
 
#define LOG_TRACE(...)   SPDLOG_TRACE(__VA_ARGS__)
 
#define LOG_WARN(...)   SPDLOG_WARN(__VA_ARGS__)
 

Macro Definition Documentation

◆ LOG_CRITICAL

#define LOG_CRITICAL (   ...)    SPDLOG_CRITICAL(__VA_ARGS__)

◆ LOG_DEBUG

#define LOG_DEBUG (   ...)    SPDLOG_DEBUG(__VA_ARGS__)

◆ LOG_ERROR

#define LOG_ERROR (   ...)    SPDLOG_ERROR(__VA_ARGS__)

◆ LOG_INFO

#define LOG_INFO (   ...)    SPDLOG_INFO(__VA_ARGS__)

◆ LOG_TRACE

#define LOG_TRACE (   ...)    SPDLOG_TRACE(__VA_ARGS__)

◆ LOG_WARN

#define LOG_WARN (   ...)    SPDLOG_WARN(__VA_ARGS__)