ilya-chumakov / LoggingAdvanced

Improved and patched .NET Core console logger.
Apache License 2.0
22 stars 4 forks source link

Use ILoggingBuilder #3

Closed SalvadorSarpi closed 6 years ago

SalvadorSarpi commented 6 years ago

Hi, I think it would be nice to use the ILoggingBuilder interface, instead of ILoggerFactory to register the AdvancedConsole logger. This seems to be the preferred way. I can take care of it, then send you a PR?

ilya-chumakov commented 6 years ago

@SalvadorSarpi hi! Thank you, feel free to suggest a PR. Sorry for a late reply (I'm on vacation).

ilya-chumakov commented 6 years ago

Implemented and closed. https://github.com/ilya-chumakov/LoggingAdvanced/releases/tag/v0.4.0