Class AsciiDocExporter
Implements
Inherited Members
Namespace: BenchmarkDotNet.Exporters
Assembly: BenchmarkDotNet.dll
Syntax
public class AsciiDocExporter : ExporterBase, IExporter
Fields
Default
Declaration
public static readonly IExporter Default
Field Value
| Type | Description |
|---|---|
| IExporter |
Properties
FileExtension
Declaration
protected override string FileExtension { get; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
Methods
ExportToLog(Summary, ILogger)
Declaration
public override void ExportToLog(Summary summary, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| Summary | summary | |
| ILogger | logger |