StreamLink.NET
LogFileName Property
StreamLink.NETCaplin.StreamLink.LoggingFileLoggerConfigurationLogFileName
Gets or sets the name of the log file.
Declaration Syntax
C#Visual BasicVisual C++
public string LogFileName { get; set; }
Public Property LogFileName As String
public:
property String^ LogFileName {
	String^ get ();
	void set (String^ value);
}
Value
The name of the log file.
Remarks
For more information see the description of the <LogFileName> XML tag in the StreamLink Configuration XML Reference.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.12.0 (5.0.12.0)