ParametrizedLogger.

Log(object, string) Method

Summary

Logs an event.
Namespace
Avalonia.Logging
Containing Type
ParametrizedLogger

Syntax

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

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
source object The object from which the event originates.
messageTemplate string The message template.

Return Value

Type Description
void