TraceLogSink.

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

Namespace
Avalonia.Logging
Containing Type
TraceLogSink

Syntax

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

Type Parameters

Name Description
T0

Parameters

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

Return Value

Type Description
void