From 6c57a826a4287b1ca3ea418fcc2aed50ed129bdc Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Sun, 24 Nov 2019 16:39:46 +0200 Subject: Implemented AutoLogRemoval & MaxFileSizeLimit to FileLogger, LogFileParser and TFS bug reporting!!! --- Software/Visual_Studio/Tango.Logging/LogFile.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Software/Visual_Studio/Tango.Logging/LogFile.cs') diff --git a/Software/Visual_Studio/Tango.Logging/LogFile.cs b/Software/Visual_Studio/Tango.Logging/LogFile.cs index 66988b7ed..24a8a11f2 100644 --- a/Software/Visual_Studio/Tango.Logging/LogFile.cs +++ b/Software/Visual_Studio/Tango.Logging/LogFile.cs @@ -11,5 +11,11 @@ namespace Tango.Logging public DateTime DateTime { get; set; } public String File { get; set; } + + public bool PartOfSet { get; set; } + + public int SetStartIndex { get; set; } + + public int SetCount { get; set; } } } -- cgit v1.3.1