diff options
Diffstat (limited to 'src/csoaplog.h')
-rw-r--r-- | src/csoaplog.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/csoaplog.h b/src/csoaplog.h deleted file mode 100644 index 6d7edb6..0000000 --- a/src/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 - |