StreamLink.NET
Logger Property
StreamLink.NETCaplin.StreamLinkIStreamLinkConfigurationLogger
Gets an ILogger that will be used as the StreamLink logger. If this property is present when StreamLink is created it will be used in preference to the file logger configuration.
Declaration Syntax
C#Visual BasicVisual C++
ILogger Logger { get; set; }
Property Logger As ILogger
property ILogger^ Logger {
	ILogger^ get ();
	void set (ILogger^ value);
}

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