|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "logging.h"#include <filesystem>#include <memory>#include <string>#include "gromacs/fileio/gmxfio.h"#include "gromacs/mdrun/binary_information.h"#include "gromacs/utility/cstringutil.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/programcontext.h"#include "gromacs/utility/smalloc.h"
Include dependency graph for logging.cpp:Implements the MD log file handling routines.
Functions | |
| static void | gmx::prepareLogFile (BinaryInformationSettings settings, FILE *fplog) |
| Implements aspects of logfile handling common to opening either for writing or appending. | |
| LogFilePtr | gmx::openLogFile (const char *lognm, bool appendFiles) |
| Open the log file for writing/appending. More... | |
| void | gmx::prepareLogAppending (FILE *fplog) |
| Prepare to use the open log file when appending. More... | |
| void | gmx::closeLogFile (t_fileio *logfio) |
| Close the log file. | |
1.8.5