jwosty/FSharp.Logf

NLog support

Closed this issue · 1 comments

Hello! Thanks for the library. Is it planned to support NLog? I have the project without Microsoft.Extensions.Logging.ILogger.

Thanks @techiedesu for enjoying the library! You should be able to use an adapter like NLog.Extensions.Logging to convert an NLog Logger instance to a Microsoft ILogger. There are similar adapters for all major logging frameworks:

Feel free to reopen if this doesn't fully answer the question.