TfInvokeDefaultLogForwarderSink Property |
https://www.emgu.com/wiki/index.php/Emgu_TF
Get the default log forwarder sink
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntaxpublic static ILogSink DefaultLogForwarderSink { get; }
Public Shared ReadOnly Property DefaultLogForwarderSink As ILogSink
Get
public:
static property ILogSink^ DefaultLogForwarderSink {
ILogSink^ get ();
}
static member DefaultLogForwarderSink : ILogSink with get
Property Value
Type:
ILogSink
See Also