Gromacs
2018.8
|
#include <string>
Declares functionality for logging.
See Logging for an overview of the functionality.
Classes | |
class | gmx::ILogTarget |
Target where log output can be written. More... | |
class | gmx::LogEntryWriter |
Helper class for creating log entries with GMX_LOG. More... | |
class | gmx::LogLevelHelper |
Represents a single logging level. More... | |
class | gmx::MDLogger |
Declares a logging interface. More... | |
Macros | |
#define | GMX_LOG(logger) |
Helper to log information using gmx::MDLogger. More... | |