blob: 10fc3eeadcbfa3b702c2f2862d8c8ec0d3660d66 [file] [log] [blame]
Patrick Williamsfa2d9622024-09-30 16:25:43 -04001#pragma once
2
3#include <filesystem>
Patrick Williamsfa2d9622024-09-30 16:25:43 -04004
5extern const char* PERSIST_PATH_ROOT;
6
7namespace phosphor::logging::paths
8{
9
10auto error() -> std::filesystem::path;
11auto extension() -> std::filesystem::path;
12
13} // namespace phosphor::logging::paths