mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 21:22:51 +08:00

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.