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