TraceLogSink.

Log(LogEventLevel, string, object, string, object[]) Method

Namespace
Avalonia.Logging
Containing Type
TraceLogSink

Syntax

public void Log(LogEventLevel level, string area, object source, string messageTemplate, params object[] propertyValues)

Parameters

Name Type Description
level LogEventLevel
area string
source object
messageTemplate string
propertyValues object[]

Return Value

Type Description
void