3#include <spdlog/logger.h>
7#include "webcface/common/webcface-config.h"
12std::string
getStaticDir(
const std::shared_ptr<spdlog::logger> &logger);
13std::string
getTempDir(
const std::shared_ptr<spdlog::logger> &logger);
std::string getStaticDir(const std::shared_ptr< spdlog::logger > &logger)
Definition dir.cc:58
std::string getTempDir(const std::shared_ptr< spdlog::logger > &logger)
Definition dir.cc:87
#define WEBCFACE_NS_END
Definition webcface-config.h:113
#define WEBCFACE_NS_BEGIN
Definition webcface-config.h:112