17 #ifndef SCIP2_LOGGER_H 18 #define SCIP2_LOGGER_H 31 std::ostream&
debug();
34 std::ostream&
error();
35 std::ostream&
fatal();
39 #endif // SCIP2_LOGGER_H void setErrorLogger(std::ostream *l)
void setInfoLogger(std::ostream *l)
void setDebugLogger(std::ostream *l)
void setWarnLogger(std::ostream *l)
void setFatalLogger(std::ostream *l)