C# Class TestLogger, nunit-unity-runner

Inheritance: ILogger
Afficher le fichier Open project: couchbaselabs/nunit-unity-runner Class Usage Examples

Méthodes publiques

Méthode Description
D ( string tag, string msg ) : void
D ( string tag, string msg, Exception tr ) : void
E ( string tag, string msg ) : void
E ( string tag, string msg, System tr ) : void
GoBack ( ) : bool
GoForward ( ) : bool
I ( string tag, string msg ) : void
I ( string tag, string msg, System tr ) : void
TestLogger ( Text loggerText, SourceLevels, filterLevel ) : System
V ( string tag, string msg ) : void
V ( string tag, string msg, Exception tr ) : void
W ( string tag, System tr ) : void
W ( string tag, string msg ) : void
W ( string tag, string msg, System tr ) : void

Private Methods

Méthode Description
Flatten ( Exception tr ) : Exception
WriteToLog ( string message ) : void

Method Details

D() public méthode

public D ( string tag, string msg ) : void
tag string
msg string
Résultat void

D() public méthode

public D ( string tag, string msg, Exception tr ) : void
tag string
msg string
tr Exception
Résultat void

E() public méthode

public E ( string tag, string msg ) : void
tag string
msg string
Résultat void

E() public méthode

public E ( string tag, string msg, System tr ) : void
tag string
msg string
tr System
Résultat void

GoBack() public méthode

public GoBack ( ) : bool
Résultat bool

GoForward() public méthode

public GoForward ( ) : bool
Résultat bool

I() public méthode

public I ( string tag, string msg ) : void
tag string
msg string
Résultat void

I() public méthode

public I ( string tag, string msg, System tr ) : void
tag string
msg string
tr System
Résultat void

TestLogger() public méthode

public TestLogger ( Text loggerText, SourceLevels, filterLevel ) : System
loggerText Text
filterLevel SourceLevels,
Résultat System

V() public méthode

public V ( string tag, string msg ) : void
tag string
msg string
Résultat void

V() public méthode

public V ( string tag, string msg, Exception tr ) : void
tag string
msg string
tr Exception
Résultat void

W() public méthode

public W ( string tag, System tr ) : void
tag string
tr System
Résultat void

W() public méthode

public W ( string tag, string msg ) : void
tag string
msg string
Résultat void

W() public méthode

public W ( string tag, string msg, System tr ) : void
tag string
msg string
tr System
Résultat void