ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Serilog integration #177

Closed HamedFathi closed 6 years ago

HamedFathi commented 6 years ago

Does Grace work with Serilog? I did not find any integration library for that.

ipjohnson commented 6 years ago

Hi @HamedFathi

Grace was refactored and the ILogger interface has been removed. That said it was only used by Grace to log debug information during resolution and wasn't really used.

Is there a specific use case you are trying to solve?

HamedFathi commented 6 years ago

@ipjohnson Hello

Thanks for your great work :) Grace is awesome. No there is not a specific use case I checked your NuGet packages and I found log integration for all logging libraries except Serilog so I asked the question.

In summary, We don't have any limitation for logging with Grace Am I right?

ipjohnson commented 6 years ago

Correct, there are no limitations.