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