From 65949d1c0eebfb52a1c860a2fc5acb2df7e8c299 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 3 Feb 2004 08:07:35 +0000 Subject: develop --- libcsoap/csoaplog.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 libcsoap/csoaplog.h (limited to 'libcsoap/csoaplog.h') diff --git a/libcsoap/csoaplog.h b/libcsoap/csoaplog.h deleted file mode 100644 index 6d7edb6..0000000 --- a/libcsoap/csoaplog.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef CSOAP_LOG_H -#define CSOAP_LOG_H - - -typedef enum tagSoapLogLevel -{ - LOG_TRACE, - LOG_DEBUG, - LOG_INFO, - LOG_WARN, - LOG_ERROR -}SoapLogLevel; - -void SoapTraceEnter(const char* function, - const char* format, ...); - -void SoapTraceLeave(const char* function, - const char* format, ...); -void SoapTraceLeaveWithError(const char* function, - const char* format, ...); - -void SoapLog(SoapLogLevel level, const char* function, - const char* format, ...); - -#endif - -- cgit v1.1-32-gdbae