Changeset 444 in tmcsimulator for trunk/src/python/unifiedlogger/__main__.py
- Timestamp:
- 07/14/2019 10:38:30 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/python/unifiedlogger/__main__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/__main__.py
r439 r444 1 import logging_service, os 1 import logging_service, os, get_app_properties 2 2 # This main module is provided so the application can be conveniently bundled for deployment 3 3 def main(): 4 print "Unified Logging Service starting from ",os.getcwd() 4 revNum = get_app_properties.getRevision() 5 print "Unified Logging Service v"+revNum,"starting from ",os.getcwd() 5 6 logging_service.startup() 6 7
Note: See TracChangeset
for help on using the changeset viewer.
