Logging System¶
pcapkit.utilities.logging contains naïve integration
of the Python logging system, i.e. a logging.Logger
instance as logger.
- pcapkit.utilities.logging.DEVMODE¶
Development mode flag.
Note
This variable can be configured through the environment variable
PCAPKIT_DEVMODE.