From d503f7f5ebedf2d1ed1bb87adccceacad1d16280 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 6 Sep 2020 11:53:43 +0300 Subject: Events definitions rev 25. Added new events group "Jobs". Insights jobs events. --- .../PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs index f002a5ab9..970532d43 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs @@ -286,7 +286,7 @@ namespace Tango.PPC.Common.EventLogging if (!_currentEvents.Exists(x => x.Type == machineEvent.Type)) { - if (machineEvent.Group != EventTypeGroups.Application && machineEvent.Group != EventTypeGroups.Transport) + if (machineEvent.Group != EventTypeGroups.Application && machineEvent.Group != EventTypeGroups.Transport && machineEvent.Group != EventTypeGroups.Jobs) { _currentEvents.Add(machineEvent); } -- cgit v1.3.1