Class Logger
Inheritance
System.Object
Logger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Logging
Assembly: Mapsui.dll
Syntax
public static class Logger
Properties
| Improve this Doc View SourceLogDelegate
Declaration
public static Action<LogLevel, string, Exception> LogDelegate { get; set; }
Property Value
Type | Description |
---|---|
System.Action<LogLevel, System.String, System.Exception> |
Methods
| Improve this Doc View SourceLog(LogLevel, String, Exception)
Declaration
public static void Log(LogLevel level, string message, Exception exception = null)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | |
System.String | message | |
System.Exception | exception |