ShyLU
Version of the Day
|
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) |
Call reponsible for handeling debugging.
Definition at line 71 of file shylu_debug_manager.hpp.