Microsoft Internet Security and Acceleration Server 2004 SDK

FpcLogType

The FpcLogType enumerated type contains values that specify the type of logging.

typedef enum FpcLogType
{
  fpcFile_EXT_Format
fpcFile_EXT_Format
Logging to text log files in the World Wide Web Consortium (W3C) extended file format.
 = 0,
  fpcFile_ISA Server_Format
fpcFile_ISA Server_Format
Logging to text log files in the ISA Server file format.
 = 1,
  fpcODBC
fpcODBC
Logging to an Open Database Connectivity (ODBC)-compliant database.
 = 2,
  fpcMSDE
fpcMSDE
Logging to an Microsoft Data Engine (MSDE) database.
 = 3

} FpcLogType;

Constants

fpcFile_EXT_Format
Logging to text log files in the World Wide Web Consortium (W3C) extended file format.
fpcFile_ISA Server_Format
Logging to text log files in the ISA Server file format.
fpcODBC
Logging to an Open Database Connectivity (ODBC)-compliant database.
fpcMSDE
Logging to an Microsoft Data Engine (MSDE) database.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types