#pragma once #include #include extern const char* PERSIST_PATH_ROOT; namespace phosphor::logging::paths { auto error() -> std::filesystem::path; auto extension() -> std::filesystem::path; } // namespace phosphor::logging::paths