Class Logger
Assembly: Mapsui.dll
Syntax
public static class Logger
Properties
|
Edit this page
View Source
LogDelegate
Declaration
public static Action<LogLevel, string, Exception?>? LogDelegate { get; set; }
Property Value
|
Edit this page
View Source
Settings
Declaration
public static Logger.LoggerSettings Settings { get; }
Property Value
Methods
|
Edit this page
View Source
Log(LogLevel, string, Exception?)
Declaration
public static void Log(LogLevel level, string message, Exception? exception = null)
Parameters