Show / Hide Table of Contents

Class CompositeExporter

Inheritance
Object
CompositeExporter
Implements
IExporter
Namespace: BenchmarkDotNet.Exporters
Assembly: BenchmarkDotNet.dll
Syntax
public class CompositeExporter : IExporter

Constructors

CompositeExporter(ImmutableArray<IExporter>)

Declaration
public CompositeExporter(ImmutableArray<IExporter> exporters)
Parameters
Type Name Description
ImmutableArray<IExporter> exporters

Properties

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Methods

ExportToFiles(Summary, ILogger)

Declaration
public IEnumerable<string> ExportToFiles(Summary summary, ILogger consoleLogger)
Parameters
Type Name Description
Summary summary
ILogger consoleLogger
Returns
Type Description
IEnumerable<String>

ExportToLog(Summary, ILogger)

Declaration
public void ExportToLog(Summary summary, ILogger logger)
Parameters
Type Name Description
Summary summary
ILogger logger

Implements

IExporter
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors