#include <atomic>
#include <spdlog/async.h>
#include <spdlog/sinks/rotating_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <derecho/utils/logger.hpp>
#include <derecho/conf/conf.hpp>
Go to the source code of this file.
Macros | |
#define | LOGGER_FACTORY_UNINITIALIZED (0) |
#define | LOGGER_FACTORY_INITIALIZING (1) |
#define | LOGGER_FACTORY_INITIALIZED (2) |
#define LOGGER_FACTORY_INITIALIZED (2) |
Definition at line 10 of file logger.cpp.
#define LOGGER_FACTORY_INITIALIZING (1) |
Definition at line 9 of file logger.cpp.
#define LOGGER_FACTORY_UNINITIALIZED (0) |
Definition at line 8 of file logger.cpp.