BoxInformation.Logging.TextFileLogger.TextFileLogger C# (CSharp) Méthode

TextFileLogger() public méthode

public TextFileLogger ( string logPath ) : System.IO
logPath string
Résultat System.IO
        public TextFileLogger(string logPath)
        {
            this.logPath = logPath;
        }
TextFileLogger