- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 44字
- 2021-07-08 10:34:01
Getting started
All libraries used in this script are present in Python’s standard library. This recipe will use the built-in logging library to generate status messages to the console and a text file.
To learn more about the logging library, visit https://docs.python.org/3/library/logging.html.