Log(LogEventLevel, String, Object, String, Object[]) Method
Logs a new event.
Definition
Namespace: Avalonia.Logging
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void Log(
LogEventLevel level,
string area,
Object? source,
string messageTemplate,
params Object?[] propertyValues
)
Sub Log (
level As LogEventLevel,
area As String,
source As Object,
messageTemplate As String,
ParamArray propertyValues As Object()
)
abstract Log :
level : LogEventLevel *
area : string *
source : Object *
messageTemplate : string *
propertyValues : Object[] -> unit
Parameters
- LogEventLevel
- The log event level.
- String
- The area that the event originates.
- Object
- The object from which the event originates.
- String
- The message template.
- Object[]
- The message property values.