| 460 | // ============================================================================= |
| 461 | |
| 462 | void outputMessage(const char* msg, const char* file, int line) FL_NOEXCEPT { |
| 463 | fl::printf(" [MESSAGE] %s:%d: %s\n", file, line, msg); |
| 464 | } |
| 465 | |
| 466 | void outputCapture(const char* name, const char* value, const char* file, int line) FL_NOEXCEPT { |
| 467 | fl::printf(" [CAPTURE] %s:%d: %s := %s\n", file, line, name, value); |