C# 클래스 Praeclarum.Log

파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 프로퍼티들

프로퍼티 타입 설명
Domain string

공개 메소드들

메소드 설명
Error ( Exception ex ) : void
Error ( string context, Exception ex ) : void
GetUserErrorMessage ( Exception ex ) : string
ShowError ( this obj, Exception ex, string format ) : void

비공개 메소드들

메소드 설명
WriteLine ( string type, string line ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( Exception ex ) : void
ex System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( string context, Exception ex ) : void
context string
ex System.Exception
리턴 void

GetUserErrorMessage() 공개 정적인 메소드

public static GetUserErrorMessage ( Exception ex ) : string
ex System.Exception
리턴 string

ShowError() 공개 정적인 메소드

public static ShowError ( this obj, Exception ex, string format ) : void
obj this
ex System.Exception
format string
리턴 void

프로퍼티 상세

Domain 공개적으로 정적으로 프로퍼티

public static string Domain
리턴 string