Skip to content

Files

Latest commit

93b9f8f · Feb 4, 2018

History

History
This branch is 7 commits behind Trendyol/Trendyol.App:develop.

Trendyol.App.NLog

Trendyol.App.NLog

Install-Package Trendyol.App.NLog

Trendyol.App uses Commonlogging internally. This package allows you to plug NLog adapter to Commonlogging infrastructure.

You also need to add NLog.config to your project root path.

TrendyolAppBuilder.Instance
                .UseNLog()
                .Build();