LogFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the formatting to use for recording the log file.
public enum class LogFormat
public enum LogFormat
type LogFormat =
Public Enum LogFormat
- Inheritance
-
LogFormat
Fields
Name | Value | Description |
---|---|---|
Iis | 0 | |
Ncsa | 1 | |
W3c | 2 | |
Custom | 3 | A custom log file format. |
Remarks
The default value is W3c.