How do I categorize Serilog logs by custom identifiers and setup specific logging levels for them?
I am aware that it is possible to have MinimumLevel.Override which then defines a specific logging level per namespace or type, but what if I want to log it by something more specific to my context or requirements?