Ejemplo n.º 1
0
        public DirTreeDisplay(int multiplier)
        {
            maximumDepth = 0;
            maximumDepth = 0;

            dateTimeFormat = "MM/dd/yyyy hh:mm:ss";
            displayTab = new Tabbing(multiplier);
            dirTreeText = new StringBuilder();
        }
Ejemplo n.º 2
0
        private void SetDefaults()
        {
            logText = new StringBuilder();
            tabs = new Tabbing(3);
            delimtedOutput = new Delimited();

            LogOn = false;
            ConsoleOn = false;
            AppendOn = false;
            ClearOnFirstOpen = false;
            TabsOn = false;

            //LogPath = System.Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + @"\" + "log.txt";
            UseThisEncoding = Encoding.ASCII;
            LineWidth = 78;
        }