35#include <spdlog/spdlog.h>
48#define VF_LOG_TRACE(...) spdlog::trace(__VA_ARGS__)
49#define VF_LOG_DEBUG(...) spdlog::debug(__VA_ARGS__)
50#define VF_LOG_INFO(...) spdlog::info(__VA_ARGS__)
51#define VF_LOG_WARNING(...) spdlog::warn(__VA_ARGS__)
52#define VF_LOG_CRITICAL(...) spdlog::critical(__VA_ARGS__)
66 static void updateDefaultLogger();
68 static std::string logPath;
static void initializeLogger()
static void changeLogPath(std::string path)