C# Class Logging.LoggingManager

Afficher le fichier Open project: jasonpang/Starcraft2Hook Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void