Definition in file output.c.
Go to the source code of this file.
Functions | |
| void | output_both_stdout () |
| Sets stderr to stdout. | |
| int | output_debug (char *format,...) |
| Output a debug message to the stdout stream using printf style argument processing. | |
| int | output_error (char *format,...) |
| Output an error message to the stdout stream using printf style argument processing. | |
| int | output_error_raw (char *format,...) |
| Output an error message to the stdout stream using printf style argument processing. | |
| int | output_fatal (char *format,...) |
| Output a fatal error message. | |
| int | output_message (char *format,...) |
| Output a message to the stdout stream using printf style argument processing. | |
| int | output_profile (char *format,...) |
| Output a profiler message. | |
| int | output_progress () |
| Output a progress report. | |
| int | output_raw (char *format,...) |
| Output a raw string to the stdout stream using printf style argument processing. | |
| PRINTFUNCTION | output_set_stderr (PRINTFUNCTION call) |
| Set the stderr print function. | |
| PRINTFUNCTION | output_set_stdout (PRINTFUNCTION call) |
| Set the stdout print function. | |
| int | output_test (char *format,...) |
| Output an test message to the stdout stream using printf style argument processing. | |
| int | output_verbose (char *format,...) |
| Output a verbose message to the stdout stream using printf style argument processing. | |
| int | output_warning (char *format,...) |
| Output a warning message to the stdout stream using printf style argument processing. | |
| int | output_xsd (char *spec) |
| Output the XSD snippet of a class. | |