9#include <spdlog/async.h>
44 std::string _loggerName;
45 std::string _outputFileName;
46#ifdef AUTOPAS_LOG_LIVEINFO
47 bool headerWritten =
false;
Helper to log the collected LiveInfo data during tuning to a csv file for easier analysis.
Definition: LiveInfoLogger.h:23
~LiveInfoLogger()
Destructor drops the logger from the spd registry.
Definition: LiveInfoLogger.cpp:25
void logLiveInfo(const LiveInfo &liveInfo, size_t iteration)
Log the given arguments and the internal buffer to the csv file.
Definition: LiveInfoLogger.cpp:31
This class is able to gather and store important information for a tuning phase from a container and ...
Definition: LiveInfo.h:31
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32