ArcWizard.Infrastructure.FileLogger.FileLogger C# (CSharp) Method

FileLogger() public method

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