Click or drag to resize

FileLoggerXmlFormatting Property

IT Hit WebDAV Classes Reference
Gets and sets possibility to format xml when writing it down to log file

Namespace:  ITHit.WebDAV.Client.Logger
Assemblies:   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
public static bool XmlFormatting { get; set; }

Property Value

Type: Boolean
Option indicating if xml content should be formatted in log file. Default is true.
Remarks
When turned of (value false) xml is logging as is. When turned on (value true) xml is logging in much more convenient style.
See Also