Functions | |
std::ostream & | debug () |
std::ostream & | error () |
std::ostream & | fatal () |
std::ostream & | info () |
void | setDebugLogger (std::ostream *l) |
void | setErrorLogger (std::ostream *l) |
void | setFatalLogger (std::ostream *l) |
void | setInfoLogger (std::ostream *l) |
void | setWarnLogger (std::ostream *l) |
std::ostream & | warn () |
std::ostream & scip2::logger::debug | ( | ) |
Definition at line 93 of file logger.cpp.
std::ostream & scip2::logger::error | ( | ) |
Definition at line 105 of file logger.cpp.
std::ostream & scip2::logger::fatal | ( | ) |
Definition at line 109 of file logger.cpp.
std::ostream & scip2::logger::info | ( | ) |
Definition at line 97 of file logger.cpp.
void scip2::logger::setDebugLogger | ( | std::ostream * | l | ) |
Definition at line 72 of file logger.cpp.
void scip2::logger::setErrorLogger | ( | std::ostream * | l | ) |
Definition at line 84 of file logger.cpp.
void scip2::logger::setFatalLogger | ( | std::ostream * | l | ) |
Definition at line 88 of file logger.cpp.
void scip2::logger::setInfoLogger | ( | std::ostream * | l | ) |
Definition at line 76 of file logger.cpp.
void scip2::logger::setWarnLogger | ( | std::ostream * | l | ) |
Definition at line 80 of file logger.cpp.
std::ostream & scip2::logger::warn | ( | ) |
Definition at line 101 of file logger.cpp.