Dynamicweb 8 Documentation
LogToFile.LogElements Enumeration

Indicates the types of system elements to add to the log. Multiple elements can be added by 'element1 OR element2 OR ... OR elementN'
Syntax
'Declaration
 
<FlagsAttribute()> 
Public Enum LogToFile.LogElements 
   Inherits System.Enum
[FlagsAttribute()] 
public enum LogToFile.LogElements : System.Enum 
Members
MemberDescription
AllAll log element types are logged.
ItemsAll entries in the Items collection are logged.
NoneNo system elements are logged.
RequestFormAll entries in the Request.Form collection are logged.
RequestQueryStringAll entries in the Request.QueryString collection are logged.
ServerVariablesAll entries in the Request.ServerVariables collection are logged
SessionVariablesAll entries in the session are logged.
StackTraceStack Trace is logged.
URLThe current URL is logged.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dynamicweb.LogToFile.LogElements

Requirements

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

See Also

Reference

Dynamicweb Namespace

Send Feedback