ParametrizedLogger.

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

Summary

Logs an event.
Namespace
Avalonia.Logging
Containing Type
ParametrizedLogger

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void Log<T0>(object source, string messageTemplate, T0 propertyValue0)

Attributes

Type Description
MethodImplAttribute

Type Parameters

Name Description
T0

Parameters

Name Type Description
source object The object from which the event originates.
messageTemplate string The message template.
propertyValue0 T0 Message property value.

Return Value

Type Description
void