54 MsgLogger& operator<<( std::ostream&(*f)(std::ostream&) ) {
60 bool isEnabled()
const {
return _enabled; }
64 _globalLoggerVerbosity = verb;
70 std::ostringstream _buffer;
79 return stream <<
"-------------------------------------------------------" << std::endl;
LoggerVerbosity
Levels of program output verbosity.
Definition: Logger.h:29
std::ostream & separatorLine(std::ostream &stream)
This stream manipulator function outputs a separator line to the output stream.
Definition: Logger.h:78
static void setVerbosity(LoggerVerbosity verb)
Changes the verbosity threshold level of the logger stream.
Definition: Logger.h:63
This file collects the definition of classes that define various simple crystal structures.
Definition: Atomicrex.h:67
~MsgLogger()
Destructor.
Definition: Logger.h:45
MsgLogger(LoggerVerbosity verb)
Constructor.
Definition: Logger.h:42