Changeset 482456c in ammosreader
- Timestamp:
- 05/16/23 10:55:25 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 9dc7beb
- Parents:
- df4d123
- Location:
- ammosreader
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/AmmosGlobalFrameHeader.py
rdf4d123 r482456c 2 2 import struct 3 3 import logging 4 import logging.config 4 5 5 logging.basicConfig(filename='ammos.log', level=logging.DEBUG) 6 logging.config.fileConfig("ammos_logging.conf") 7 # logging.basicConfig(filename='ammos.log', level=logging.DEBUG) 6 8 7 9
Note:
See TracChangeset
for help on using the changeset viewer.