C# Class NBench.Tracing.NoOpBenchmarkTrace

Default no-op implementation of IBenchmarkTrace. Does nothing.
Inheritance: IBenchmarkTrace
Afficher le fichier Open project: petabridge/NBench

Méthodes publiques

Свойство Type Description
Instance NoOpBenchmarkTrace

Méthodes publiques

Méthode 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

Méthode Description
NoOpBenchmarkTrace ( ) : System

Method Details

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( Exception ex, string message ) : void
ex System.Exception
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void

Property Details

Instance public_oe static_oe property

public static NoOpBenchmarkTrace,NBench.Tracing Instance
Résultat NoOpBenchmarkTrace