source: tmcsimulator/trunk/src/python/unifiedlogger/__main__.py @ 439

Revision 439, 263 bytes checked in by jdalbey, 7 years ago (diff)

setup wing project for logging service python files. Add config file for file paths.

Line 
1import logging_service, os
2# This main module is provided so the application can be conveniently bundled for deployment
3def main():
4    print "Unified Logging Service starting from ",os.getcwd()
5    logging_service.startup()
6
7if __name__ == '__main__':
8    main()
Note: See TracBrowser for help on using the repository browser.