ILoggerObserver Interface
Definition
public interface ILoggerObserver
Methods
IsEnabled Method
public bool IsEnabled(AvaloniaUI.DiagnosticsProtocol.Application.LogEntryVerbosity level, string area)
Parameters
level AvaloniaUI.DiagnosticsProtocol.Application.LogEntryVerbosity
area string
Returns
bool
Log Method
public void Log(AvaloniaUI.DiagnosticsProtocol.Application.LogEntryVerbosity level, string area, object source, string messageTemplate, Exception exception, ReadOnlySpan<object> propertyValues)
Parameters
level AvaloniaUI.DiagnosticsProtocol.Application.LogEntryVerbosity
area string
source object
messageTemplate string
exception Exception
propertyValues ReadOnlySpan<object>