debug.cc File Reference


Detailed Description

debugging tools

Author:
Niels Lohmann <nlohmann@informatik.hu-berlin.de>, Christian Gierds <gierds@informatik.hu-berlin.de>, last changes of: $Author: gierds $
Since:
2005/11/09
Date:
$Date: 2007/07/31 08:46:22 $
Note:
This file is part of the tool BPEL2oWFN and was created during the project "Tools4BPEL" at the Humboldt-Universität zu Berlin. See http://www.informatik.hu-berlin.de/top/tools4bpel for details.
Version:
$Revision: 1.112 $

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


Generated on Thu Jan 24 04:00:43 2008 for GNU BPEL2oWFN by  doxygen 1.5.2