FileLogger.XmlFormatting Property

IT Hit WebDAV for .NET

Gets and sets possibility to format xml when writing it down to log file

[Visual Basic]
Public Shared Property XmlFormatting As Boolean
[C#]
public static bool XmlFormatting {get; set;}

Property Value

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

FileLogger Class | ITHit.WebDAV.Client.Logger Namespace