C# 클래스 SEToolbox.Support.DiagnosticsLogging

파일 보기 프로젝트 열기: midspace/SEToolbox

공개 메소드들

메소드 설명
CreateLog ( ) : bool
CreateLog ( string source, string log ) : bool
LogException ( Exception exception ) : void
LogInfo ( string message ) : void
LogWarning ( string message, Exception exception ) : void
LoggingSourceExists ( ) : bool
RemoveLog ( ) : bool
RemoveLog ( string source ) : bool

비공개 메소드들

메소드 설명
ObsufacatePathNames ( string path ) : string

메소드 상세

CreateLog() 공개 정적인 메소드

public static CreateLog ( ) : bool
리턴 bool

CreateLog() 공개 정적인 메소드

public static CreateLog ( string source, string log ) : bool
source string
log string
리턴 bool

LogException() 공개 정적인 메소드

public static LogException ( Exception exception ) : void
exception Exception
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string message ) : void
message string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message, Exception exception ) : void
message string
exception Exception
리턴 void

LoggingSourceExists() 공개 정적인 메소드

public static LoggingSourceExists ( ) : bool
리턴 bool

RemoveLog() 공개 정적인 메소드

public static RemoveLog ( ) : bool
리턴 bool

RemoveLog() 공개 정적인 메소드

public static RemoveLog ( string source ) : bool
source string
리턴 bool