|
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 int | LOG_FILE_SIZE = 1024*1024*256 |
| constexpr int | MAX_FILES = 10 |
|
constexpr |
|
constexpr |