C# 클래스 ATMLManagerLibrary.managers.LogManager

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
Debug ( Exception e ) : void
Debug ( String message ) : void
Error ( Exception e ) : void
Error ( Exception e, string message ) : void
Error ( string message ) : void
Info ( String message ) : void
SourceError ( object source, Exception e ) : void
SourceError ( object source, Exception e, string message ) : void
SourceError ( object source, string message ) : void
SourceInfo ( object source, String message ) : void
SourceTrace ( object source, String message ) : void
SourceWarn ( object source, String message ) : void
Trace ( String message ) : void
Warn ( String message ) : void

보호된 메소드들

메소드 설명
LocalDebug ( Exception e ) : void
LocalDebug ( string message ) : void

비공개 메소드들

메소드 설명
LocalError ( String message, string stackTrace ) : void
LocalInfo ( String message ) : void
LocalSourceError ( object source, String message, string stackTrace ) : void
LocalSourceInfo ( object source, String message ) : void
LocalSourceTrace ( object source, String message ) : void
LocalSourceWarn ( object source, String message ) : void
LocalTrace ( String message ) : void
LocalWarn ( String message ) : void
LogManager ( ) : System
WriteException ( Exception e, StringBuilder sb ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( Exception e ) : void
e System.Exception
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( String message ) : void
message String
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( Exception e, string message ) : void
e System.Exception
message string
리턴 void

Error() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

public static Info ( String message ) : void
message String
리턴 void

LocalDebug() 보호된 메소드

protected LocalDebug ( Exception e ) : void
e System.Exception
리턴 void

LocalDebug() 보호된 메소드

protected LocalDebug ( string message ) : void
message string
리턴 void

SourceError() 공개 정적인 메소드

public static SourceError ( object source, Exception e ) : void
source object
e System.Exception
리턴 void

SourceError() 공개 정적인 메소드

public static SourceError ( object source, Exception e, string message ) : void
source object
e System.Exception
message string
리턴 void

SourceError() 공개 정적인 메소드

public static SourceError ( object source, string message ) : void
source object
message string
리턴 void

SourceInfo() 공개 정적인 메소드

public static SourceInfo ( object source, String message ) : void
source object
message String
리턴 void

SourceTrace() 공개 정적인 메소드

public static SourceTrace ( object source, String message ) : void
source object
message String
리턴 void

SourceWarn() 공개 정적인 메소드

public static SourceWarn ( object source, String message ) : void
source object
message String
리턴 void

Trace() 공개 정적인 메소드

public static Trace ( String message ) : void
message String
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( String message ) : void
message String
리턴 void