The ILoggerFactory has extension method called addDebug that is supposed to add a type of logger (which is built in .net core). the question is where does this logger write stuff to?
↧
The ILoggerFactory has extension method called addDebug that is supposed to add a type of logger (which is built in .net core). the question is where does this logger write stuff to?