default message handler
Definition in file message_default.h.
Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPcreateMessagehdlrDefault (SCIP_MESSAGEHDLR **messagehdlr, SCIP_Bool bufferedoutput, const char *filename, SCIP_Bool quiet) |
| SCIP_RETCODE SCIPcreateMessagehdlrDefault | ( | SCIP_MESSAGEHDLR ** | messagehdlr, |
| SCIP_Bool | bufferedoutput, | ||
| const char * | filename, | ||
| SCIP_Bool | quiet | ||
| ) |
Create default message handler. To free the message handler use SCIPmessagehdlrRelease().
| messagehdlr | pointer to store message handler |
| bufferedoutput | should the output be buffered up to the next newline? |
| filename | name of log file, or NULL (stdout) |
| quiet | should screen messages be suppressed? |
Definition at line 73 of file message_default.c.
References SCIP_CALL, SCIP_OKAY, and SCIPmessagehdlrCreate().
Referenced by doScipCreate().