ArcWizard.Infrastructure.FileLogger.FileLogger C# (CSharp) 메소드

FileLogger() 공개 메소드

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