C# 클래스 KeePassLib.Utility.AppLogEx

Application-wide logging services.
파일 보기 프로젝트 열기: cappert/keepass2

공개 메소드들

메소드 설명
Close ( ) : void
Log ( Exception ex ) : void
Log ( string strText ) : void
Open ( string strPrefix ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Log() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

public static Log ( string strText ) : void
strText string
리턴 void

Open() 공개 정적인 메소드

public static Open ( string strPrefix ) : void
strPrefix string
리턴 void