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

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