ExportFormatter(ILogger<ExportFormatter>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExportFormatter class.
public ExportFormatter(Microsoft.Extensions.Logging.ILogger<Microsoft.Agents.A365.Observability.Runtime.Common.ExportFormatter> logger);
new Microsoft.Agents.A365.Observability.Runtime.Common.ExportFormatter : Microsoft.Extensions.Logging.ILogger<Microsoft.Agents.A365.Observability.Runtime.Common.ExportFormatter> -> Microsoft.Agents.A365.Observability.Runtime.Common.ExportFormatter
Public Sub New (logger As ILogger(Of ExportFormatter))
Parameters
- logger
- ILogger<ExportFormatter>
The logger instance used to log messages during the export formatting process.