ILoggingBuilder.AddDebug
christiannagel opened this issue · 0 comments
christiannagel commented
https://csharp.christiannagel.com/2018/11/13/iloggertofile/#comment-21936
Comment from Ozzy Araujo:
It appears ILoggingBuilder.AddDebug() is no longer available..
Did something change? (Page 1176 C#7 and .NET 2. 0[ApplicationServices])
{
//..
#if DEBUG
builder.AddDebug();
#endif
//..
}
Thank you so much