diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-06 11:53:43 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-06 11:53:43 +0300 |
| commit | d503f7f5ebedf2d1ed1bb87adccceacad1d16280 (patch) | |
| tree | 5247a3aeebdca676f64eaf3bf7707b787fb11421 /Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging | |
| parent | e59116021192eaaa3d5f497f2b461749844616ef (diff) | |
| download | Tango-d503f7f5ebedf2d1ed1bb87adccceacad1d16280.tar.gz Tango-d503f7f5ebedf2d1ed1bb87adccceacad1d16280.zip | |
Events definitions rev 25.
Added new events group "Jobs".
Insights jobs events.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
