Go to the source code of this file.
Classes | |
| class | FUDebug |
| A debugging logging facility. More... | |
Defines | |
| #define | DEBUG_OUT() FUDebug::DebugOut(FUError::DEBUG_LEVEL, __LINE__, __FILE__, __VA_ARGS__); |
| Outputs a string to the debug monitor. | |
| #define | WARNING_OUT() FUDebug::DebugOut(FUError::WARNING_LEVEL, __LINE__, __FILE__, __VA_ARGS__); |
| See above. | |
| #define | ERROR_OUT() FUDebug::DebugOut(FUError::ERROR_LEVEL, __LINE__, __FILE__, __VA_ARGS__); |
| See above. | |
|
|
Outputs a string to the debug monitor. At least one parameter must always be provided: the string to output, in UTF8. Any extra parameters will be used as tokens to a sprintf operation. |
1.4.6-NO