Changeset 649 in tmcsimulator for trunk


Ignore:
Timestamp:
09/02/2022 06:25:34 PM (4 years ago)
Author:
jdalbey
Message:

Add har_watcher.py to unified logger

Location:
trunk/src/python/unifiedlogger
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/unifiedlogger/logging_service.py

    r550 r649  
    1 import cms_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser 
     1import cms_watcher, har_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser 
    22# Unified Logging Service 
    33# jdalbey 7/6/2019 
     
    3434    f.close()             
    3535    # List of the available plugin modules  
    36     plugins = ["cms_watcher","cad_watcher","activitylog_watcher"] 
     36    plugins = ["cms_watcher","har_watcher","cad_watcher","activitylog_watcher"] 
    3737    #FOR each plugin LOOP 
    3838    for plugin in plugins: 
Note: See TracChangeset for help on using the changeset viewer.