Changeset 466 in tmcsimulator for trunk/src/python/unifiedlogger/logging_service.py
- Timestamp:
- 07/27/2019 02:06:02 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
r461 r466 48 48 # FOR each plugin LOOP 49 49 for plugin in plugins: 50 # dynamically load the setupfunction for this plugin50 # dynamically load the get log function for this plugin 51 51 plugmodule = globals()[plugin] 52 52 getfunc = getattr(plugmodule, 'getLogEntries') … … 54 54 # Run the plugin process returning new log entries 55 55 results = getfunc() 56 #Append simulation time and the log entries to the Output Buffer56 # Append simulation time and the log entries to the Output Buffer 57 57 for item in results: 58 58 trimmed_item = item.strip()
Note: See TracChangeset
for help on using the changeset viewer.
