Search Results for

    Show / Hide Table of Contents

    Class Logger

    Inheritance
    object
    Logger
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Logging
    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
    Type Description
    Action<LogLevel, string, Exception>
    | Edit this page View Source

    Settings

    Declaration
    public static Logger.LoggerSettings Settings { get; }
    Property Value
    Type Description
    Logger.LoggerSettings

    Methods

    | Edit this page View Source

    Log(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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX