myproject 0.0.0
%%description%%
|
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
#include <memory>
#include "base.h"
#include "parameters.h"
#include "singleton.h"
Go to the source code of this file.
Classes | |
class | myproject::Logger |
The Logger class is a singleton that manages the application logging. More... | |
Namespaces | |
namespace | myproject |