Brunot
Loading...
Searching...
No Matches
Logging.cpp File Reference
#include "Logging.h"
#include "spdlog/spdlog.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/async.h"
#include <iostream>
#include <cstdarg>
#include <filesystem>
Include dependency graph for Logging.cpp:

Variables

constexpr auto LOG_FILE_SIZE = 1024 * 1024 * 256
constexpr auto MAX_FILES = 10

Variable Documentation

◆ LOG_FILE_SIZE

auto LOG_FILE_SIZE = 1024 * 1024 * 256
constexpr

◆ MAX_FILES

auto MAX_FILES = 10
constexpr