C# Class CommonTools.Tracing

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Méthodes publiques

Méthode Description
AddId ( int id ) : void
EnableTrace ( ) : void
EndTrack ( int id, string text ) : void
StartTrack ( int id ) : void
Terminate ( ) : void
WriteLine ( int id, string text ) : void

Private Methods

Méthode Description
CanTrace ( int id ) : bool
DoTrace ( ) : void
PopTick ( string text ) : void
PushTick ( ) : void
Tracing ( ) : System
WriteLine ( string text ) : void

Method Details

AddId() static public méthode

static public AddId ( int id ) : void
id int
Résultat void

EnableTrace() static public méthode

static public EnableTrace ( ) : void
Résultat void

EndTrack() static public méthode

static public EndTrack ( int id, string text ) : void
id int
text string
Résultat void

StartTrack() static public méthode

static public StartTrack ( int id ) : void
id int
Résultat void

Terminate() static public méthode

static public Terminate ( ) : void
Résultat void

WriteLine() static public méthode

static public WriteLine ( int id, string text ) : void
id int
text string
Résultat void