Definition in file fx-0.6.5/lib/messages.cpp.
Go to the source code of this file.
Functions | |
int | message_out (OfxMsgType error_type, const string message) |
Message output function. | |
Variables | |
volatile int | ofx_PARSER_msg = false |
volatile int | ofx_DEBUG_msg = false |
volatile int | ofx_DEBUG1_msg = false |
volatile int | ofx_DEBUG2_msg = false |
volatile int | ofx_DEBUG3_msg = false |
volatile int | ofx_DEBUG4_msg = false |
volatile int | ofx_DEBUG5_msg = false |
volatile int | ofx_STATUS_msg = false |
volatile int | ofx_INFO_msg = false |
volatile int | ofx_WARNING_msg = false |
volatile int | ofx_ERROR_msg = false |
|
Message output function. Prints a message to stdout, if the corresponding message OfxMsgType given in the parameters is enabled Definition at line 39 of file fx-0.6.5/lib/messages.cpp. Referenced by OfxGenericContainer::add_attribute(), OfxInvestmentTransactionContainer::add_attribute(), OfxDummyContainer::add_attribute(), OfxStatusContainer::add_attribute(), OutlineApplication::data(), OutlineApplication::endElement(), OutlineApplication::error(), find_dtd(), OfxMainContainer::gen_event(), ofx_proc_file(), ofx_proc_sgml(), ofxdate_to_time_t(), sanitize_proprietary_tags(), OutlineApplication::startElement(), and strip_whitespace(). |
|
If set to true, debug level 1 messages will be printed to the console Definition at line 26 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, debug level 2 messages will be printed to the console Definition at line 27 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, debug level 3 messages will be printed to the console Definition at line 28 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, debug level 4 messages will be printed to the console Definition at line 29 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, debug level 5 messages will be printed to the console Definition at line 30 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, general debug messages will be printed to the console Definition at line 25 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, error messages will be printed to the console Definition at line 34 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, information messages will be printed to the console Definition at line 32 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, parser events will be printed to the console Definition at line 24 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, status messages will be printed to the console Definition at line 31 of file fx-0.6.5/lib/messages.cpp. |
|
If set to true, warning messages will be printed to the console Definition at line 33 of file fx-0.6.5/lib/messages.cpp. |