ShyLU  Version of the Day
Public Member Functions | List of all members
DebugManager Class Reference

Call reponsible for handeling debugging. More...

#include <shylu_debug_manager.hpp>

Public Member Functions

 DebugManager (int debugLevel=0, const Teuchos::RCP< std::ostream > &os=Teuchos::rcp(&std::cout, false))
 
void setOStream (const Teuchos::RCP< std::ostream > &os)
 
void setDebugLevel (int debugLevel)
 
std::ostream & stream ()
 
Teuchos::RCP< std::ostream > getOStream ()
 
void print (int debugLevel, const std::string &output)
 
void printInAllTasks (int debugLevel, const std::string &output)
 
void print (int debugLevel, const char *output)
 
void printInAllTasks (int debugLevel, const char *output)
 
void error (const std::string &output)
 

Detailed Description

Call reponsible for handeling debugging.

Definition at line 71 of file shylu_debug_manager.hpp.


The documentation for this class was generated from the following file: