C# Class WinFwk.UITools.Log.LogHelper

Afficher le fichier Open project: fremag/MemoScope.Net

Méthodes publiques

Méthode Description
Log ( this msgBus, object sender, string text, Exception exception ) : void
Log ( this msgBus, object sender, string text, LogLevelType logLevel = LogLevelType.Info ) : void

Method Details

Log() public static méthode

public static Log ( this msgBus, object sender, string text, Exception exception ) : void
msgBus this
sender object
text string
exception System.Exception
Résultat void

Log() public static méthode

public static Log ( this msgBus, object sender, string text, LogLevelType logLevel = LogLevelType.Info ) : void
msgBus this
sender object
text string
logLevel LogLevelType
Résultat void