What would be an example of a default logger in NUnit to log the information?
Some documentation says Log4net is not supported now.
What would be an example of a default logger in NUnit to log the information?
Some documentation says Log4net is not supported now.
You can add Common.Logging reference (with Log4net) and add ConsoleAppender in your configuration file. After configuring the appender, you will see logging information when running your unit tests.