White prints a lot of logs to the console, and I want to disable it to see my output. How is this possible? I tried below, but still see the logs. Is there more code to add?
void func() { CoreAppXmlConfiguration.Instance.LoggerFactory = new WhiteDefaultLoggerFactory(LoggerLevel.Off);
source share