Click or drag to resize

FileAppenderFile Property

Gets or sets the log file path. If there is a logging component entry in the ice.NET configuration, this entry overwrites the file path entry provided by the setter.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public override string File { get; set; }

Property Value

Type: String
See Also