Dynamicweb Namespace : LogToFile.LogElements Enumeration |
'Declaration
<FlagsAttribute()> Public Enum LogToFile.LogElements Inherits System.Enum
[FlagsAttribute()] public enum LogToFile.LogElements : System.Enum
Member | Description |
---|---|
All | All log element types are logged. |
Items | All entries in the Items collection are logged. |
None | No system elements are logged. |
RequestForm | All entries in the Request.Form collection are logged. |
RequestQueryString | All entries in the Request.QueryString collection are logged. |
ServerVariables | All entries in the Request.ServerVariables collection are logged |
SessionVariables | All entries in the session are logged. |
StackTrace | Stack Trace is logged. |
URL | The current URL is logged. |
System.Object
System.ValueType
System.Enum
Dynamicweb.LogToFile.LogElements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2