C# Class WinFwk.UITools.Log.LogHelper

Exibir arquivo Open project: fremag/MemoScope.Net

Public Methods

Method 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 method

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

Log() public static method

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