FpcLogType Enumeration

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

Syntax

typedef enum FpcLogType {
  fpcFile_EXT_Format             = 0,
  fpcFile_Forefront TMG_Format   = 1,
  fpcODBC                        = 2,
  fpcMSDE                        = 3,
  fpcIsaDatabaseLog              = 3,
  fpcSQLDirectConnection         = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010