Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
#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:

Description

Declares the MD log file handling routines.

Author
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m

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...