C# Class Logging.LoggingManager

Exibir arquivo Open project: jasonpang/Starcraft2Hook Class Usage Examples

Public Methods

Method Description
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.

Method Details

Initialize() public static method

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
return void