Class Logger
Inherited Members
Namespace: Mapsui.Logging
Assembly: Mapsui.dll
Syntax
public static class Logger
Properties
| Edit this page View SourceLogDelegate
Declaration
public static Action<LogLevel, string, Exception?>? LogDelegate { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<LogLevel, string, Exception> |
Methods
| Edit this page View SourceLog(LogLevel, string, Exception?)
Declaration
public static void Log(LogLevel level, string message, Exception? exception = null)
Parameters
| Type | Name | Description |
|---|---|---|
| LogLevel | level | |
| string | message | |
| Exception | exception |