C# Класс Logging.LoggingManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( ) : void

Initializes the NLog logging configuration.

Using DLL injection, we can't place an Nlog.config file in our target directory, so we have to create the configuration during runtime.

Описание методов

Initialize() публичный статический Метод

Initializes the NLog logging configuration.
Using DLL injection, we can't place an Nlog.config file in our target directory, so we have to create the configuration during runtime.
public static Initialize ( ) : void
Результат void