Gromacs  2019.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Friends
gmx::LogEntryWriter Class Reference

#include <gromacs/utility/logger.h>

Description

Helper class for creating log entries with GMX_LOG.

Public Member Functions

LogEntryWriterappendText (const char *text)
 Appends given text as a line in the log entry.
 
LogEntryWriterappendText (const std::string &text)
 Appends given text as a line in the log entry.
 
LogEntryWriterappendTextFormatted (const char *fmt,...)
 Appends given text as a line in the log entry, with printf-style formatting.
 
LogEntryWriterasParagraph ()
 Writes the log entry with empty lines before and after.
 

Friends

class LogWriteHelper
 

The documentation for this class was generated from the following files: