blob: 3d818520e921ab3de7fbfadeffb018b7dfeec751 [file] [log] [blame]
#pragma once
#include <filesystem>
#include <string>
extern const char* PERSIST_PATH_ROOT;
namespace phosphor::logging::paths
{
auto error() -> std::filesystem::path;
auto extension() -> std::filesystem::path;
} // namespace phosphor::logging::paths