C# Class NBench.Tracing.NoOpBenchmarkTrace

Default no-op implementation of IBenchmarkTrace. Does nothing.
Inheritance: IBenchmarkTrace
Show file Open project: petabridge/NBench

Public Properties

Property Type Description
Instance NoOpBenchmarkTrace

Public Methods

Method Description
Debug ( string message ) : void
Error ( Exception ex, string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Warning ( string message ) : void

Private Methods

Method Description
NoOpBenchmarkTrace ( ) : System

Method Details

Debug() public method

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

Error() public method

public Error ( Exception ex, string message ) : void
ex System.Exception
message string
return void

Error() public method

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

Info() public method

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

Warning() public method

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

Property Details

Instance public static property

public static NoOpBenchmarkTrace,NBench.Tracing Instance
return NoOpBenchmarkTrace