You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Bridging SimpleW logging with Microsoft.Extensions.Logging
169
+
170
+
When using `SimpleW.Helper.Hosting`, you can forward the [**SimpleW internal logger**](../guide/logging.md) to the **Microsoft.Extensions.Logging** pipeline.
171
+
172
+
This allows SimpleW logs to be handled by the same logging providers used by the Generic Host (console, Serilog, OpenTelemetry, etc.).
173
+
174
+
To enable it, call the extension method `UseMicrosoftLogging()` on the `SimpleWHostApplicationBuilder`.
0 commit comments