dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Trace.h
Go to the documentation of this file.
1 #pragma once
2 
3 void utilTrace_open ( const char * filename );
4 void utilTrace_entry( const char * functionName, const char * format, ... );
5 void utilTrace_exit ( const char * functionName, const char * format, ... );
6 void utilTrace_error( const char * functionName, const char * format, ... );
void utilTrace_exit(const char *functionName, const char *format,...)
void utilTrace_error(const char *functionName, const char *format,...)
void utilTrace_entry(const char *functionName, const char *format,...)
void utilTrace_open(const char *filename)