Closed
Description
Since the only public type in this package is the extension methods of the logger factory, if you want to create a logger instance, you always have to go through the factory.
For the WebApps logger, we just need an instance of the serilog logger, but that forces us to create an factory before we can create the logger. It would be useful to have that type public so we can instantiate it directly.
Metadata
Metadata
Assignees
Labels
No labels