9 #ifndef GamsMessageHandler_H 
   10 #define GamsMessageHandler_H 
   14 #include "CoinPragma.hpp" 
   15 #include "CoinMessageHandler.hpp" 
   67   pthread_mutex_t print_mutex;
 
   71 #endif // GamsMessageHandler_H 
int getCurrentDetail() const 
Returns the detail level of the current message. 
 
~GamsMessageHandler()
Destructor. 
 
int print()
Prints the message from the message buffer. 
 
A CoinUtils message handler that writes into the GAMS status- and logfile. 
 
GamsMessageHandler(GamsHandler &gams_)
Constructor. 
 
Forwards requests for output, point transformations, dictionary files, and other things to a GAMS I/O...
 
void setCurrentDetail(int detail)
Sets the detail level of the current message. 
 
CoinMessageHandler * clone() const 
Creates a copy of this message handler. 
 
void setRemoveLBlanks(int rm)
Sets the number of spaces to remove at the front of a message.