- Namespace
- Avalonia
.Logging - Containing Type
- TraceLogSink
Syntax
public void Log<T0, T1, T2>(LogEventLevel level, string area, object source, string messageTemplate, T0 propertyValue0, T1 propertyValue1, T2 propertyValue2)
Type Parameters
Name | Description |
---|---|
T0 | |
T1 | |
T2 |
Parameters
Name | Type | Description |
---|---|---|
level | LogEventLevel | |
area | string | |
source | object | |
messageTemplate | string | |
propertyValue0 | T0 | |
propertyValue1 | T1 | |
propertyValue2 | T2 |
Return Value
Type | Description |
---|---|
void |