xref: /openbmc/phosphor-logging/paths.hpp (revision 9fd25af597865f7e69bfb4f15338782370e61baa)
1 #pragma once
2 
3 #include <filesystem>
4 
5 extern const char* PERSIST_PATH_ROOT;
6 
7 namespace phosphor::logging::paths
8 {
9 
10 auto error() -> std::filesystem::path;
11 auto extension() -> std::filesystem::path;
12 
13 } // namespace phosphor::logging::paths
14