Repo-Init
 
Loading...
Searching...
No Matches
Logger.cpp File Reference
#include "logging/Logger.hpp"
#include "Version.h"
#include "logging/Loki.hpp"
#include "logging/Sentry.hpp"
#include <spdlog/sinks/dup_filter_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/sinks/syslog_sink.h>
#include <spdlog/spdlog.h>
#include <unistd.h>
Include dependency graph for Logger.cpp:

Go to the source code of this file.

Variables

constexpr int LOG_FILTER_SECS = 5
 
constexpr int LOG_FLUSH_SECS = 2
 

Variable Documentation

◆ LOG_FILTER_SECS

int LOG_FILTER_SECS = 5
constexpr

Definition at line 15 of file Logger.cpp.

◆ LOG_FLUSH_SECS

int LOG_FLUSH_SECS = 2
constexpr

Definition at line 17 of file Logger.cpp.