message_default.h File Reference
Detailed Description
default message handler
Definition in file message_default.h.
Go to the source code of this file.
Functions | |
SCIP_EXPORT SCIP_RETCODE | SCIPcreateMessagehdlrDefault (SCIP_MESSAGEHDLR **messagehdlr, SCIP_Bool bufferedoutput, const char *filename, SCIP_Bool quiet) |
Function Documentation
◆ SCIPcreateMessagehdlrDefault()
SCIP_EXPORT 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().
- Parameters
-
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 NULL, SCIP_CALL, SCIP_OKAY, and SCIPmessagehdlrCreate().
Referenced by doScipCreate().