ArcWizard.Infrastructure.FileLogger.FileLogger C# (CSharp) Méthode

FileLogger() public méthode

public FileLogger ( string logPath ) : System
logPath string
Résultat System
        public FileLogger(string logPath)
        {
            _logPath = logPath + "\\" + LOG_FILE_NAME;
        }