refactor(liblogging): changed SERiF to use liblogging

This commit is contained in:
2025-06-21 08:26:04 -04:00
parent a43f327672
commit c55185c1e3
20 changed files with 56 additions and 226 deletions

View File

@@ -25,6 +25,8 @@
#include <memory>
#include "probe.h"
#include "logging.h"
#include "quill/Logger.h"
namespace serif::polytrope {
@@ -291,7 +293,7 @@ public:
private:
// --- Logging ---
serif::probe::LogManager& m_logManager = serif::probe::LogManager::getInstance(); ///< Reference to the global log manager.
fourdst::logging::LogManager& m_logManager = fourdst::logging::LogManager::getInstance(); ///< Reference to the global log manager.
quill::Logger* m_logger = m_logManager.getLogger("log"); ///< Pointer to the specific logger instance.
// --- Input Bilinear/Nonlinear Forms (owned) ---