Interface IDiagnosticsBuilder
Interface IDiagnosticsBuilder
Namespace: Aspose.Html.Diagnostics
Assembly: Aspose.HTML.dll (25.7.0)
An interface for configuring diagnostic tools.
[ComVisible(true)]
public interface IDiagnosticsBuilderMethods
AddLogging(ILogger)
Enables logs collection.
IDiagnosticsBuilder AddLogging(ILogger logger)Parameters
logger ILogger
Implementation of interface Microsoft.Extensions.Logging.ILogger which will be used for logging.
Returns
The Aspose.Html.Diagnostics.IDiagnosticsBuilder so that additional calls can be chained.
AddMetrics()
Enables metrics collection.
IDiagnosticsBuilder AddMetrics()Returns
The Aspose.Html.Diagnostics.IDiagnosticsBuilder so that additional calls can be chained.
AddTracing()
Enables traces collection.
IDiagnosticsBuilder AddTracing()Returns
The Aspose.Html.Diagnostics.IDiagnosticsBuilder so that additional calls can be chained.