Go to the source code of this file.
Enumerations | |
enum | OfxMsgType { DEBUG, DEBUG1, DEBUG2, DEBUG3, DEBUG4, DEBUG5, STATUS = 10, INFO, WARNING, ERROR, PARSER } |
Functions | |
int | message_out (OfxMsgType type, const string message) |
Message output function. |
Definition in file fx-0.6.2/lib/messages.hh.
|
The OfxMsgType enum describe's the type of message being sent, so the application/user/library can decide if it will be printed to stdout
Definition at line 23 of file fx-0.6.2/lib/messages.hh. |