cremor commented on pull request #59: URL: https://github.com/apache/logging-log4net/pull/59#issuecomment-686390781
I'm using the `DebugAppender` to get my logs to the Visual Studio output window. This works fine for me (both with the old .NET Standard 1.3 log4net assembly and with the new .NET Standard 2.0 one). `ImmediateFlush` seems to be not relevant for this use case since all log lines are immediately visible in the output window, even if `ImmediateFlush` is `false`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
