C# Class TestLogger, nunit-unity-runner

Inheritance: ILogger
显示文件 Open project: couchbaselabs/nunit-unity-runner Class Usage Examples

Public Methods

Method 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

Method Description
Flatten ( Exception tr ) : Exception
WriteToLog ( string message ) : void

Method Details

D() public method

public D ( string tag, string msg ) : void
tag string
msg string
return void

D() public method

public D ( string tag, string msg, Exception tr ) : void
tag string
msg string
tr Exception
return void

E() public method

public E ( string tag, string msg ) : void
tag string
msg string
return void

E() public method

public E ( string tag, string msg, System tr ) : void
tag string
msg string
tr System
return void

GoBack() public method

public GoBack ( ) : bool
return bool

GoForward() public method

public GoForward ( ) : bool
return bool

I() public method

public I ( string tag, string msg ) : void
tag string
msg string
return void

I() public method

public I ( string tag, string msg, System tr ) : void
tag string
msg string
tr System
return void

TestLogger() public method

public TestLogger ( Text loggerText, SourceLevels, filterLevel ) : System
loggerText Text
filterLevel SourceLevels,
return System

V() public method

public V ( string tag, string msg ) : void
tag string
msg string
return void

V() public method

public V ( string tag, string msg, Exception tr ) : void
tag string
msg string
tr Exception
return void

W() public method

public W ( string tag, System tr ) : void
tag string
tr System
return void

W() public method

public W ( string tag, string msg ) : void
tag string
msg string
return void

W() public method

public W ( string tag, string msg, System tr ) : void
tag string
msg string
tr System
return void