-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-516) Fix: Log.InitializeWith doesn't clear cached loggers
This mostly affects the specs - if you use the loggers and then later initialize them with a logger, the already initialized loggers will still use the NullLogger because they were not cleared. This could also lead to some very interesting behavior when using the dll version of Chocolatey.
- Loading branch information
1 parent
d523e7b
commit eff02ea
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters