Configure logger into the console application (use NLog). Set up two levels of logging - one for errors only, second one for all other levels.
Class library should take an ILogger (Microsoft.Extensions.Logging.ILogger) interface as a dependency (from console application) and use it to log every action.
Вроде нашел инструкцию, но она по Net Core. Как думаете, будет работать на Net Framework?
Думаю, что да, но инфа не 100%.
Обсуждают сегодня