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; }
Public Shared Property XmlFormatting As Boolean
Get
Set
public:
static property bool XmlFormatting {
bool get ();
void set (bool value);
}
static member XmlFormatting : bool with get, set
Property Value
Type:
BooleanOption 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