You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: