mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-06 00:59:30 +08:00
0ec7fc44ad
As part of #35 we are we are standardising on using IOcelotLoggerFactory over the default ILogger for DI purposes. Following a sln search, the use of ILogger was only found in one place (FileOcelotConfigurationCreator) and it's corresponding tests. This commit changes them and ensures the unit tests still pass.