C# Class LogB, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
PrintAllThreads bool

Méthodes publiques

Méthode Description
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
SQL ( string message ) : void
SQL ( string message, bool showUser ) : void
SQL ( string message, string details ) : void
SQL ( string message, string details, bool showUser ) : void
SQLFormat ( string format ) : void
SQLoff ( ) : void
SQLon ( ) : void
TestEnd ( string test ) : void
TestEnd ( string test, string details ) : void
TestStart ( string test ) : void
TestStart ( string test, string details ) : void
ThreadEnded ( ) : void
ThreadEnding ( ) : void
ThreadStart ( ) : void
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

Private Methods

Méthode Description
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

Method Details

Commit() public static méthode

public static Commit ( LogEntryType type, string message, string details, bool showUser ) : void
type LogEntryType
message string
details string
showUser bool
Résultat void

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void

Debug() public static méthode

public static Debug ( string message, string details ) : void
message string
details string
Résultat void

DebugException() public static méthode

public static DebugException ( Exception e ) : void
e Exception
Résultat void

DebugFormat() public static méthode

public static DebugFormat ( string format ) : void
format string
Résultat void

DebugTimerPrint() public static méthode

public static DebugTimerPrint ( uint id ) : void
id uint
Résultat void

DebugTimerPrint() public static méthode

public static DebugTimerPrint ( uint id, string message ) : void
id uint
message string
Résultat void

DebugTimerStart() public static méthode

public static DebugTimerStart ( ) : uint
Résultat uint

DebugTimerStart() public static méthode

public static DebugTimerStart ( string message ) : uint
message string
Résultat uint

Error() public static méthode

public static Error ( string message ) : void
message string
Résultat void

Error() public static méthode

public static Error ( string message, bool showUser ) : void
message string
showUser bool
Résultat void

Error() public static méthode

public static Error ( string message, string details ) : void
message string
details string
Résultat void

Error() public static méthode

public static Error ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
Résultat void

ErrorFormat() public static méthode

public static ErrorFormat ( string format ) : void
format string
Résultat void

Exception() public static méthode

public static Exception ( Exception e ) : void
e Exception
Résultat void

Exception() public static méthode

public static Exception ( string message, Exception e ) : void
message string
e Exception
Résultat void

Information() public static méthode

public static Information ( string message ) : void
message string
Résultat void

Information() public static méthode

public static Information ( string message, bool showUser ) : void
message string
showUser bool
Résultat void

Information() public static méthode

public static Information ( string message, string details ) : void
message string
details string
Résultat void

Information() public static méthode

public static Information ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
Résultat void

InformationFormat() public static méthode

public static InformationFormat ( string format ) : void
format string
Résultat void

InformationTimerPrint() public static méthode

public static InformationTimerPrint ( uint id ) : void
id uint
Résultat void

InformationTimerPrint() public static méthode

public static InformationTimerPrint ( uint id, string message ) : void
id uint
message string
Résultat void

InformationTimerStart() public static méthode

public static InformationTimerStart ( ) : uint
Résultat uint

InformationTimerStart() public static méthode

public static InformationTimerStart ( string message ) : uint
message string
Résultat uint

SQL() public static méthode

public static SQL ( string message ) : void
message string
Résultat void

SQL() public static méthode

public static SQL ( string message, bool showUser ) : void
message string
showUser bool
Résultat void

SQL() public static méthode

public static SQL ( string message, string details ) : void
message string
details string
Résultat void

SQL() public static méthode

public static SQL ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
Résultat void

SQLFormat() public static méthode

public static SQLFormat ( string format ) : void
format string
Résultat void

SQLoff() public static méthode

public static SQLoff ( ) : void
Résultat void

SQLon() public static méthode

public static SQLon ( ) : void
Résultat void

TestEnd() public static méthode

public static TestEnd ( string test ) : void
test string
Résultat void

TestEnd() public static méthode

public static TestEnd ( string test, string details ) : void
test string
details string
Résultat void

TestStart() public static méthode

public static TestStart ( string test ) : void
test string
Résultat void

TestStart() public static méthode

public static TestStart ( string test, string details ) : void
test string
details string
Résultat void

ThreadEnded() public static méthode

public static ThreadEnded ( ) : void
Résultat void

ThreadEnding() public static méthode

public static ThreadEnding ( ) : void
Résultat void

ThreadStart() public static méthode

public static ThreadStart ( ) : void
Résultat void

Warning() public static méthode

public static Warning ( string message ) : void
message string
Résultat void

Warning() public static méthode

public static Warning ( string message, bool showUser ) : void
message string
showUser bool
Résultat void

Warning() public static méthode

public static Warning ( string message, string details ) : void
message string
details string
Résultat void

Warning() public static méthode

public static Warning ( string message, string details, bool showUser ) : void
message string
details string
showUser bool
Résultat void

WarningFormat() public static méthode

public static WarningFormat ( string format ) : void
format string
Résultat void

Property Details

PrintAllThreads public_oe static_oe property

public static bool PrintAllThreads
Résultat bool