Log<T0>(Object, String, T0) Method
Logs an event.
Definition
Namespace: Avalonia.Logging
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Log<T0>(
Object? source,
string messageTemplate,
T0 propertyValue0
)
Public Sub Log(Of T0) (
source As Object,
messageTemplate As String,
propertyValue0 As T0
)
member Log :
source : Object *
messageTemplate : string *
propertyValue0 : 'T0 -> unit
Parameters
- Object
- The object from which the event originates.
- String
- The message template.
- T0
- Message property value.
Type Parameters
See Also
Reference
ParametrizedLogger Structure
Log Overload
Avalonia.Logging Namespace