Molecular Dynamics Simulation
1.0
|
#include "Logger.h"
#include <filesystem>
#include <iostream>
#include "spdlog/async.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
Go to the source code of this file.
Functions | |
void | createDirectory (const std::string &dir_name) |
void createDirectory | ( | const std::string & | dir_name | ) |
Definition at line 12 of file Logger.cpp.