|
Brunot
|
#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>Variables | |
| constexpr auto | LOG_FILE_SIZE = 1024 * 1024 * 256 |
| constexpr auto | MAX_FILES = 10 |
|
constexpr |
|
constexpr |