C# Class HearthAnalyzer.Core.Logger

Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
InitializeLogger ( ILog logger = null ) : void

Initializes the logger

Method Details

InitializeLogger() public static méthode

Initializes the logger
public static InitializeLogger ( ILog logger = null ) : void
logger ILog Optional logger instance to use
Résultat void