ILogSink.

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

Summary

Logs a new event.
Namespace
Avalonia.Logging
Containing Type
ILogSink

Syntax

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

Parameters

Name Type Description
level LogEventLevel The log event level.
area string The area that the event originates.
source object The object from which the event originates.
messageTemplate string The message template.
propertyValues object[] The message property values.

Return Value

Type Description
void