Open ManelBH opened 1 year ago
@ManelBH Thanks for your feedback! We will investigate and update as appropriate.
@mattchenderson can you please provide feedback on this issue? Also, I feel that this is in-proc guidance and may be different for isolated process C# functions.
The logging documentation here: https://learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring?tabs=v2
Has the following note:
Then I go to this other link and all it has to say about
ILogger<T>
is:This isn't really helpful, what's this supposed to mean?
After some trial and error I figured out what this does is to use the fully qualified class name of T as the logging category (e.g. Foo.Bar.Baz). not only that but using a namespace as a category covers all classes under that namespace.
Please add such details in the documentation.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.