-
Notifications
You must be signed in to change notification settings - Fork 839
Description
This repo currently has a lot of public APIs without any doc comments.
There's already an issue (#610) about adding doc comments for EventId
.
There's also a pretty old PR (#529) to add doc comments to console logger types. Having doc comments to indicate things like the default value of ConsoleLoggerOptions.IncludeScopes
could certainly be useful. There are other console logging types that don't have doc comments like IConsoleLoggerSettings
, but I haven't created an exhaustive list.
None of the (extension) methods on ILoggingBuilder (i.e. AddFilter, AddProvider, ClearProviders, SetMinimuLevel) have doc comments.
I Think it would be particularly useful to note in the SetMinimumLevel doc comments that the default LogLevel is Information meaning that Trace and Debug logs will be ignored. I think this should be noted on any API where a minimum level can be set.