- Timestamp:
- 07/23/2019 12:59:59 PM (7 years ago)
- Location:
- trunk/src/python/unifiedlogger
- Files:
-
- 2 edited
-
activitylog_watcher.py (modified) (1 diff)
-
wing_project.wpr (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/activitylog_watcher.py
r461 r462 46 46 currList = [] 47 47 currList = msgList[lastLineNum:] # new items since last file read 48 lastLineNum = len(msgList) -148 lastLineNum = len(msgList) 49 49 resultList = [] 50 50 # Format messages into desired result format -
trunk/src/python/unifiedlogger/wing_project.wpr
r461 r462 426 426 'current-loc': loc('activitylog_watcher.py'), 427 427 'editor-state-list': [(loc('activitylog_watcher.py'), 428 {'attrib-starts': [ ],429 'code-line': '# Local main for unit testing'\430 '\n',431 'first-line': 4 3L,428 {'attrib-starts': [('getLogEntries|0|', 429 42)], 430 'code-line': ' resultList = []\n', 431 'first-line': 40L, 432 432 'folded-linenos': [], 433 'sel-line': 57L,434 'sel-line-start': 1 714L,435 'selection_end': 1 743L,436 'selection_start': 1 743L,433 'sel-line': 48L, 434 'sel-line-start': 1422L, 435 'selection_end': 1422L, 436 'selection_start': 1422L, 437 437 'zoom': 0L}), 438 438 (loc('cad_watcher.py'), … … 500 500 loc('__main__.py')]), 501 501 'open_files': [u'../../../config/logging_service.cfg', 502 u'__main__.py', 502 503 u'cad_watcher.py', 503 u' __main__.py',504 u'cms_watcher.py', 504 505 u'logging_service.py', 505 u'cms_watcher.py',506 506 u'activitylog_watcher.py']}, 507 507 'saved_notebook_display': None, … … 519 519 'traversal_pos': ((0, 520 520 4), 521 156391 6336.330344),521 1563917662.000223), 522 522 'user_data': {}}, 523 523 'window-alloc': (29, … … 526 526 722)}]} 527 527 guimgr.recent-documents = [loc('activitylog_watcher.py'), 528 loc('logging_service.py'), 528 529 loc('cms_watcher.py'), 529 loc('logging_service.py'),530 530 loc('__main__.py'), 531 531 loc('cad_watcher.py'),
Note: See TracChangeset
for help on using the changeset viewer.
