Class CompositeExporter
- Namespace
- BenchmarkDotNet.Exporters
- Assembly
- BenchmarkDotNet.dll
public class CompositeExporter : IExporter
- Inheritance
-
CompositeExporter
- Implements
Constructors
CompositeExporter(ImmutableArray<IExporter>)
public CompositeExporter(ImmutableArray<IExporter> exporters)
Parameters
exporters
ImmutableArray<IExporter>
Properties
Name
public string Name { get; }
Property Value
Methods
ExportToFiles(Summary, ILogger)
public IEnumerable<string> ExportToFiles(Summary summary, ILogger consoleLogger)
Parameters
Returns
ExportToLog(Summary, ILogger)
public void ExportToLog(Summary summary, ILogger logger)