Changeset 461 in tmcsimulator for trunk/src/python/unifiedlogger/logging_service.py
- Timestamp:
- 07/23/2019 12:41:23 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/python/unifiedlogger/logging_service.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/logging_service.py
r454 r461 1 import cms_watcher, cad_watcher, time, json, ConfigParser1 import cms_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser 2 2 # Unified Logging Service 3 3 # jdalbey 7/6/2019 … … 29 29 f.close() 30 30 # List of the available plugin modules 31 plugins = ["cms_watcher","cad_watcher" ]31 plugins = ["cms_watcher","cad_watcher","activitylog_watcher"] 32 32 #FOR each plugin LOOP 33 33 for plugin in plugins: 34 # dynamically load the setup function for this plugin 34 # dynamically load the setup function for this plugin 35 35 plugmodule = globals()[plugin] 36 36 setupfunc = getattr(plugmodule, 'setup')
Note: See TracChangeset
for help on using the changeset viewer.
