Microsoft Internet Security and Acceleration Server 2000 |
The FPCLog object is used to set the logging configuration of a specific component. There are three possible logging components:
FPCLog is a member of the FPCLogs collection.
Click here to see the ISA object hierarchy.
This object implements the IFPCLog interface.
The following table lists the methods of the FPCLog object.
Method | Description |
---|---|
Refresh | Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
Save | Saves the object's configuration to persistent storage. |
The following table lists the properties of the FPCLog object.
Property | Description |
---|---|
ComponentType | Gets the type of the component to which this configuration belongs. |
Enabled | Gets or sets a Boolean value that specifies whether logging is enabled. |
LogDbDataSource | Gets or sets the name of the structured query language (SQL) data source. |
LogDbPassword | Sets the password for the SQL table. |
LogDbTableName | Gets or sets the name of the SQL table. |
LogDbUserName | Gets or sets the user name of the SQL table. |
LogFieldSelection | Gets or sets a bit field selection of logged columns. |
LogFileDirectory | Gets or sets the directory containing the text log files. |
LogFileDirectoryType | Gets or sets the type of path to the logging files. |
LogFileKeepOld | Gets or sets an integer value that specifies the number of old log files to keep. |
LogFilePeriod | Gets or sets the period of time before starting a new text log file. |
LogFilesCompress | Gets or sets a Boolean value that specifies whether text log files are compressed. |
LogType | Gets or sets the log type. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.