#include <stdio.h>
#include "dderrstr.h"
Go to the source code of this file.
Enumerations |
| enum | DDLOG_loggingMethodType { DDLOG_NONE = 0,
DDLOG_NORMAL = 1,
DDLOG_CRASHPROOF = 2,
DDLOG_METHOD_FORCE_DWORD = 0x7fffffff
} |
| enum | DDLOG_severityType {
DDLOG_INFO = 0,
DDLOG_WARN = 1,
DDLOG_ERROR = 2,
DDLOG_CRITICAL = 3,
DDLOG_SYSTEM = 4,
DDLOG_SEVERITY_FORCE_DWORD = 0x7fffffff
} |
Functions |
| void | ddlogOpen (DDLOG_loggingMethodType LoggingMethod, DDLOG_severityType Severity) |
| void | ddlogClose () |
| void | ddlogMessage (DDLOG_severityType severity, LPSTR message) |
| void | ddlogError (DDLOG_severityType severity, LPSTR message, HRESULT hResult) |
| void | ddlogPrintf (DDLOG_severityType severity, LPSTR message,...) |
| void | ddlogWarnOption (BOOL bWarnOption) |
| void | ddlogPathOption (LPSTR szPath) |
Variables |
| static const char * | ddlogSeverityMessages [] |