diff --git a/docs/core/diagnostics/diagnostic-resource-monitoring.md b/docs/core/diagnostics/diagnostic-resource-monitoring.md index 3a3aa14480516..7254f52756f68 100644 --- a/docs/core/diagnostics/diagnostic-resource-monitoring.md +++ b/docs/core/diagnostics/diagnostic-resource-monitoring.md @@ -25,7 +25,7 @@ The preceding code: - Gets an instance of the interface from the `ServiceProvider` instance. > [!IMPORTANT] -> The package assumes that the consumer will register logging providers with the `Microsoft.Extensions.Logging` package. If you don't register logging, the call to `AddResourceMonitoring` will throw an exception. +> The package assumes that the consumer will register logging providers with the `Microsoft.Extensions.Logging` package. If you don't register logging, the call to `AddResourceMonitoring` will throw an exception. Furthemore, you can enable internal library logging by configuring the [`Debug`](xref:Microsoft.Extensions.Logging.LogLevel.Debug) log level for the `Microsoft.Extensions.Diagnostics.ResourceMonitoring` category as per the [guide](../extensions/logging.md#log-category). At this point, with the `IResourceMonitor` implementation you'll ask for resource utilization with the method. The `GetUtilization` method returns a instance that contains the following information: