Share via


FpcLogType enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010