Definition in file debug.cc.
#include <iostream>
#include <fstream>
#include <iomanip>
#include "debug.h"
#include "options.h"
#include "bpel2owfn.h"
#include "helpers.h"
#include "globals.h"
#include "colorconsole.h"
Include dependency graph for debug.cc:

Go to the source code of this file.
Functions | |
| void | trace (trace_level pTraceLevel, string message) |
| traces a string to the log stream | |
| void | trace (string message) |
| traces a string to the log stream | |
| void | show_process_information_header () |
| void | show_process_information () |
| print information about the proces | |
| void | show_wsdl_information () |
| print information about the proces | |
| int | frontend_owfn_error (const char *msg) |
| signal a syntax error | |
| int | frontend_error (const char *msg) |
| void | genericError (unsigned int code, string information, string line, error_level level) |
| prints a generic error message | |
| void | SAerror (unsigned int code, string information, int lineNumber) |
| prints static analysis error messages | |
| void | SAerror (unsigned int code, string information, string lineNumber) |
| prints static analysis error messages | |
| void | error () |
| calls cleanup() then exits | |
| void | cleanup () |
| closes all open files and delete all pointers | |
Variables | |
| trace_level | debug_level = TRACE_ALWAYS |
| debug level | |
1.5.2