FpcLogType Enumeration

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

Syntax

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_Forefront TMG_Format
fpcFile_Forefront TMG_Format

Logging to text log files in the Forefront TMG text file format.

   = 1,
  fpcODBC
fpcODBC

Logging to an Open Database Connectivity (ODBC)-compliant SQL Server database (deprecated in Forefront TMG).

						= 2,
  fpcMSDE
fpcMSDE

Logging to a local database.

						= 3,
  fpcIsaDatabaseLog
fpcIsaDatabaseLog

Logging to a local SQL Server Express database.

			= 3,
  fpcSQLDirectConnection
fpcSQLDirectConnection

Logging to a SQL Server database using the Microsoft OLE DB provider.

		 = 4
} FpcLogType;

Constants

fpcFile_EXT_Format

Logging to text log files in the World Wide Web Consortium (W3C) extended file format.

fpcFile_Forefront TMG_Format

Logging to text log files in the Forefront TMG text file format.

fpcODBC

Logging to an Open Database Connectivity (ODBC)-compliant SQL Server database (deprecated in Forefront TMG).

fpcMSDE

Logging to a local database.

fpcIsaDatabaseLog

Logging to a local SQL Server Express database.

fpcSQLDirectConnection

Logging to a SQL Server database using the Microsoft OLE DB provider.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.