Gromacs
2018.1
|
#include <gromacs/utility/logger.h>
Represents a single logging level.
Typically this type is not used directly, but instances in MDLogger are simply accessed through GMX_LOG in code that writes to the log.
Public Member Functions | |
LogLevelHelper (ILogTarget *target) | |
Initializes a helper for writing to the given target. | |
operator bool () const | |
Returns whether the output for this log level goes anywhere. | |
operator LogWriteHelper () const | |
Creates a helper for GMX_LOG. | |