cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Logging/Error Logging

Open HeyJoel opened this issue 8 years ago • 1 comments

This whole area hasn't been looked at beyond a basic port of the existing functionality. We need to research the best approach for plugging in a logging framework of choice and work out how we can best expose information about what is going on in Cofoundry to developers via logging.

HeyJoel avatar Nov 30 '16 17:11 HeyJoel

I'd keep an eye on the abstractions used by aspnet core for logging:

https://github.com/aspnet/Logging/blob/9506ccc3f3491488fe88010ef8b9eb64594abf95/src/Microsoft.Extensions.Logging.Abstractions/ILoggerFactory.cs

You could potentially just depend on that nuget and use it directly?

ctolkien avatar Mar 14 '17 00:03 ctolkien