|
Gromacs
2026.0-dev-20251110-920b6d1
|
#include <gromacs/utility/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. | |
1.8.5