Go to the documentation of this file.
46 #ifndef MUELU_VERBOSEOBJECT_HPP
47 #define MUELU_VERBOSEOBJECT_HPP
49 #include "Teuchos_FancyOStream.hpp"
50 #include "Teuchos_RCPDecl.hpp"
51 #include "Teuchos_VerboseObject.hpp"
112 Teuchos::FancyOStream &
GetOStream(
MsgType type,
int thisProcRankOnly = 0)
const;
116 static void SetDefaultOStream(
const Teuchos::RCP<Teuchos::FancyOStream> &defaultOStream);
146 #define MUELU_VERBOSECLASS_SHORT
147 #endif // MUELU_VERBOSEOBJECT_HPP
virtual ~VerboseObject()
Destructor.
int GetProcRankVerbose() const
Get proc rank used for printing. Do not use this information for any other purpose.
VerbLevel verbLevel_
Verbose level specific to 'this'.
static Teuchos::RCP< Teuchos::FancyOStream > GetDefaultOStream()
Namespace for MueLu classes and methods.
VerbLevel GetVerbLevel() const
Get the verbosity level.
Verbose class for MueLu classes.
static void SetDefaultOStream(const Teuchos::RCP< Teuchos::FancyOStream > &defaultOStream)
static VerbLevel globalVerbLevel_
Global verbose level. This verbose level is used when the verbose level of the object is not specifie...
static Teuchos::RCP< Teuchos::FancyOStream > blackHole_
Teuchos::FancyOStream & GetOStream(MsgType type, int thisProcRankOnly=0) const
Get an output stream for outputting the input message type.
void SetVerbLevel(const VerbLevel verbLevel)
Set the verbosity level of this object.
static VerbLevel GetDefaultVerbLevel()
Get the default (global) verbosity level.
bool IsPrint(MsgType type, int thisProcRankOnly=-1) const
Find out whether we need to print out information for a specific message type.
static void SetDefaultVerbLevel(const VerbLevel defaultVerbLevel)
Set the default (global) verbosity level.
int SetProcRankVerbose(int procRank) const
Set proc rank used for printing.
Teuchos::FancyOStream & GetBlackHole() const