C# Class Mapsui.Logging.Logger

Show file Open project: pauldendulk/Mapsui

Public Methods

Method Description
Log ( LogLevel level, string message, Exception exception = null ) : void

Method Details

Log() public static method

public static Log ( LogLevel level, string message, Exception exception = null ) : void
level LogLevel
message string
exception System.Exception
return void