C# Class Mapsui.Logging.Logger

Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode Description
Log ( LogLevel level, string message, Exception exception = null ) : void

Method Details

Log() public static méthode

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