C# Class Rocket.Chat.Net.Tests.Helpers.XUnitLogger

Inheritance: ILogger, IDisposable
显示文件 Open project: RocketChat/Rocket.Chat.Net Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Dispose ( ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void
XUnitLogger ( ITestOutputHelper helper ) : System

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Dispose() public method

public Dispose ( ) : void
return void

Error() public method

public Error ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

XUnitLogger() public method

public XUnitLogger ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System