|
Panzer
Version of the Day
|
Go to the documentation of this file.
44 #include "Teuchos_FancyOStream.hpp"
45 #include "Teuchos_Assert.hpp"
59 m_out->setOutputToRootOnly(0);
62 m_pout->setOutputToRootOnly(-1);
94 if ( !only_for_exact_level &&
95 (Teuchos::as<int>(vl) >= Teuchos::as<int>(
m_level)) )
98 if (only_for_exact_level && (vl ==
m_level) )
~OutputStreamDefaultImpl()
Teuchos::RCP< Teuchos::FancyOStream > m_pout
Teuchos::FancyOStream & out() const
Teuchos::RCP< Teuchos::FancyOStream > getOStream() const
void setVerbosityLevel(EVerbosityLevel vl)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Teuchos::RCP< Teuchos::FancyOStream > m_out
Teuchos::FancyOStream & pout() const
bool doOutput(EVerbosityLevel vl, bool only_for_exact_level=false) const
Returns true if vl is equal to or greater than the object's verbosity level.
EVerbosityLevel getVerbosityLevel() const
void setOStream(const Teuchos::RCP< Teuchos::FancyOStream > &os)
RCP< std::basic_ostream< char_type, traits_type > > getOStream()
OutputStreamDefaultImpl()