Sink Property
Gets or sets the application-defined sink that receives the messages.
Definition
Namespace: Avalonia.Logging
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static ILogSink? Sink { get; set; }
Public Shared Property Sink As ILogSink
Get
Set
static member Sink : ILogSink with get, set