source:
tmcsimulator/trunk/src/python/unifiedlogger/__main__.py
@
439
| Revision 439, 263 bytes checked in by jdalbey, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | import logging_service, os |
| 2 | # This main module is provided so the application can be conveniently bundled for deployment |
| 3 | def main(): |
| 4 | print "Unified Logging Service starting from ",os.getcwd() |
| 5 | logging_service.startup() |
| 6 | |
| 7 | if __name__ == '__main__': |
| 8 | main() |
Note: See TracBrowser
for help on using the repository browser.
