|
Gromacs
2023.4
|
#include <cstdio>#include <memory>#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/unique_cptr.h"
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:Declares the MD log file handling routines.
Typedefs | |
| using | gmx::LogFilePtr = std::unique_ptr< t_fileio, functor_wrapper< t_fileio, closeLogFile >> |
| Simple guard pointer See unique_cptr for details. | |
Functions | |
| void | gmx::closeLogFile (t_fileio *logfio) |
| Close the log file. | |
| 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... | |
1.8.5