TraceLogSink.

Log<T0, T1>(LogEventLevel, string, object, string, T0, T1) Method

Namespace
Avalonia.Logging
Containing Type
TraceLogSink

Syntax

public void Log<T0, T1>(LogEventLevel level, string area, object source, string messageTemplate, T0 propertyValue0, T1 propertyValue1)

Type Parameters

Name Description
T0
T1

Parameters

Name Type Description
level LogEventLevel
area string
source object
messageTemplate string
propertyValue0 T0
propertyValue1 T1

Return Value

Type Description
void