We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0add0 commit 9761725Copy full SHA for 9761725
docs/logs/README.md
@@ -142,8 +142,8 @@ should be sufficient.
142
[LoggerFactory](https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.loggerfactory)
143
instances if they are created by you.
144
145
-* If you don't dispose the `LoggerFactory` instance before the application ends,
146
- logs might get dropped due to the lack of proper flush.
+* If you forget to dispose the `LoggerFactory` instance before the application
+ ends, logs might get dropped due to the lack of proper flush.
147
* If you dispose the `LoggerFactory` instance too early, any subsequent logging
148
API invocation associated with the logger factory could become no-op (i.e. no
149
logs will be emitted).
0 commit comments