Changeset f30c38c in ammosreader
- Timestamp:
- 05/18/23 08:37:43 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- e62187d
- Parents:
- c45a4d6
- Files:
-
- 1 deleted
- 2 edited
-
ammos_logging.conf (deleted)
-
ammosreader/AmmosGlobalFrameHeader.py (modified) (1 diff)
-
ammosreader/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/AmmosGlobalFrameHeader.py
rc45a4d6 rf30c38c 1 1 """I provide an AMMOS global frame header.""" 2 2 import struct 3 import logging 4 import logging.config 5 6 logging.config.fileConfig("ammos_logging.conf") 7 3 from ammosreader import logger 8 4 9 5 class AmmosGlobalFrameHeader: -
ammosreader/__init__.py
rc45a4d6 rf30c38c 1 import logging 2 logger = logging.getLogger(__name__)
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/playground/chrome/site/playground.png)