C# 클래스 LongoMatch.Log

파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
Commit ( LogEntryType type, string message, string details, bool showUser ) : void
Debug ( string message ) : void
Debug ( string message, string details ) : void
DebugException ( Exception e ) : void
DebugFormat ( string format ) : void
DebugTimerPrint ( uint id ) : void
DebugTimerPrint ( uint id, string message ) : void
DebugTimerStart ( ) : uint
DebugTimerStart ( string message ) : uint
Error ( string message ) : void
Error ( string message, bool showUser ) : void
Error ( string message, string details ) : void
Error ( string message, string details, bool showUser ) : void
ErrorFormat ( string format ) : void
Exception ( Exception e ) : void
Exception ( string message, Exception e ) : void
Information ( string message ) : void
Information ( string message, bool showUser ) : void
Information ( string message, string details ) : void
Information ( string message, string details, bool showUser ) : void
InformationFormat ( string format ) : void
InformationTimerPrint ( uint id ) : void
InformationTimerPrint ( uint id, string message ) : void
InformationTimerStart ( ) : uint
InformationTimerStart ( string message ) : uint
Warning ( string message ) : void
Warning ( string message, bool showUser ) : void
Warning ( string message, string details ) : void
Warning ( string message, string details, bool showUser ) : void
WarningFormat ( string format ) : void

비공개 메소드들

메소드 설명
OnNotify ( LogEntry entry ) : void
TimerPrint ( uint id, string message, bool isInfo ) : void
TimerStart ( bool isInfo ) : uint
TimerStart ( string message, bool isInfo ) : uint
TypeString ( LogEntryType type ) : string

메소드 상세

Commit() 공개 정적인 메소드

public static Commit ( LogEntryType type, string message, string details, bool showUser ) : void
type LogEntryType
message string
details string
showUser bool
리턴 void

Debug() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

public static Debug ( string message, string details ) : void
message string
details string
리턴 void

DebugException() 공개 정적인 메소드

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

DebugFormat() 공개 정적인 메소드

public static DebugFormat ( string format ) : void
format string
리턴 void

DebugTimerPrint() 공개 정적인 메소드

public static DebugTimerPrint ( uint id ) : void
id uint
리턴 void

DebugTimerPrint() 공개 정적인 메소드

public static DebugTimerPrint ( uint id, string message ) : void
id uint
message string
리턴 void

DebugTimerStart() 공개 정적인 메소드

public static DebugTimerStart ( ) : uint
리턴 uint

DebugTimerStart() 공개 정적인 메소드

public static DebugTimerStart ( string message ) : uint
message string
리턴 uint

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( string message, bool showUser ) : void
message string
showUser bool
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( string format ) : void
format string
리턴 void

Exception() 공개 정적인 메소드

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

Exception() 공개 정적인 메소드

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

Information() 공개 정적인 메소드

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

Information() 공개 정적인 메소드

public static Information ( string message, bool showUser ) : void
message string
showUser bool
리턴 void

Information() 공개 정적인 메소드

public static Information ( string message, string details ) : void
message string
details string
리턴 void

Information() 공개 정적인 메소드

public static Information ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
리턴 void

InformationFormat() 공개 정적인 메소드

public static InformationFormat ( string format ) : void
format string
리턴 void

InformationTimerPrint() 공개 정적인 메소드

public static InformationTimerPrint ( uint id ) : void
id uint
리턴 void

InformationTimerPrint() 공개 정적인 메소드

public static InformationTimerPrint ( uint id, string message ) : void
id uint
message string
리턴 void

InformationTimerStart() 공개 정적인 메소드

public static InformationTimerStart ( ) : uint
리턴 uint

InformationTimerStart() 공개 정적인 메소드

public static InformationTimerStart ( string message ) : uint
message string
리턴 uint

Warning() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

public static Warning ( string message, bool showUser ) : void
message string
showUser bool
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string message, string details ) : void
message string
details string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
리턴 void

WarningFormat() 공개 정적인 메소드

public static WarningFormat ( string format ) : void
format string
리턴 void