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