C# 클래스 IntelShared.Common.ErrorLog

파일 보기 프로젝트 열기: 01org/NMPRK

공개 프로퍼티들

프로퍼티 타입 설명
EnableTracing bool

공개 메소드들

메소드 설명
LogException ( Exception ex ) : void
TraceEntry ( string txt = "" ) : void
TraceExit ( string txt = "" ) : void
WriteLine ( string line ) : void

비공개 메소드들

메소드 설명
ErrorLog ( ) : System
GetCurrentMethod ( int numFrames ) : string
GetLineFormatted ( string line, string method = "" ) : string

메소드 상세

LogException() 공개 정적인 메소드

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

TraceEntry() 공개 정적인 메소드

public static TraceEntry ( string txt = "" ) : void
txt string
리턴 void

TraceExit() 공개 정적인 메소드

public static TraceExit ( string txt = "" ) : void
txt string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string line ) : void
line string
리턴 void

프로퍼티 상세

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

public static bool EnableTracing
리턴 bool