Diagnostics provides a set of features that make it easy for us to document the critical operations that occur during the application’s operation, their execution time, etc., allowing administrators to find the root cause of problems, especially in production environments.
The CAP provides support for DiagnosticSource
with a listener name of CapDiagnosticListener
.
Diagnostics provides external event information as follows:
Related objects, you can find at the DotNetCore.CAP.Diagnostics
namespace.