C# 클래스 WinFwk.UITools.Log.LogHelper

파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
Log ( this msgBus, object sender, string text, Exception exception ) : void
Log ( this msgBus, object sender, string text, LogLevelType logLevel = LogLevelType.Info ) : void

메소드 상세

Log() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

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