Platform SDK: Web Telephony Engine

LogType

The LogType enumerated types specify the logging methods. The values are used in the WTELog.LogType property.

enum LogType {
  wteLogToFile,
  wteLogToSql
};

Elements

wteLogToFile
Logging to text log files
wteLogToSql
Logging to ODBC log

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswteenum.h.

See Also

WTELog.LogType