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
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
This method needs to be replaced with ConfigureLogging(Action) after #978. This is still a breaking change since the interface was updated but should not break existing usage of the ConfigureLogging().
The text was updated successfully, but these errors were encountered:
Users are expected to use the alternative ConfigureLogging(Action configureLogging) where T : ILoggerFactory. Note that this depends on and may be combined with #1015
JunTaoLuo
changed the title
Obsolete UseLoggerFactory(ILoggerFactory) and ConfigureLogging(Action<ILoggerFactory>) from IWebHostBuilder
Obsolete ConfigureLogging(Action<ILoggerFactory>) from IWebHostBuilder
Apr 24, 2017
Adding @CesarBS, and re-triaging to preview1 based on our discussion.
JunTaoLuo
changed the title
Obsolete ConfigureLogging(Action<ILoggerFactory>) from IWebHostBuilder
Replace ConfigureLogging(Action<ILoggerFactory>) from IWebHostBuilder
May 2, 2017
This method needs to be replaced with ConfigureLogging(Action) after #978. This is still a breaking change since the interface was updated but should not break existing usage of the ConfigureLogging().
The text was updated successfully, but these errors were encountered: