C# 클래스 Xamvvm.LoggingExtensions

sLogging extensions.
파일 보기 프로젝트 열기: daniel-luberda/DLToolkit.PageFactory

공개 메소드들

메소드 설명
LogDebug ( this sender, string message ) : void

Logs the debug.

LogError ( this sender, Exception ex = null, string message = null ) : void

Logs the error.

LogInfo ( this sender, string message ) : void

Logs the info.

메소드 상세

LogDebug() 공개 정적인 메소드

Logs the debug.
public static LogDebug ( this sender, string message ) : void
sender this Sender.
message string Message.
리턴 void

LogError() 공개 정적인 메소드

Logs the error.
public static LogError ( this sender, Exception ex = null, string message = null ) : void
sender this Sender.
ex System.Exception Ex.
message string Message.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info.
public static LogInfo ( this sender, string message ) : void
sender this Sender.
message string Message.
리턴 void