Пример #1
0
        /// <summary>Set up the UI to receive streamed log data</summary>
        private void PrepareForStreamedData(string output_filepath)
        {
            System.Diagnostics.Debug.Assert(output_filepath != null);
            Settings.OutputFilepathHistory = Util.AddToHistoryList(Settings.OutputFilepathHistory, output_filepath, true, Constants.MaxOutputFileHistoryLength);

            EnableTail(true);
            EnableWatch(true);
            EnableAdditive(true);
        }