Logging for automation, offering thread-safety, log cleanup and screenshot support.
Project description
Automation Logging
Overview
Logging library for automation, offering thread-safety, log cleanup and screenshot support:
- Thread-Safe Logging: Ensures reliable and consistent logging from multi-threaded applications, preventing message corruption.
- Automated Log Management: Simplifies log file maintenance with configurable retention policies based on age or file count.
- Seamless Integration: Enables effortless integration with existing projects by allowing the library to override the standard
loggingmodule's root logger. - Integrated Screenshot Capture: Captures informative screenshots directly within your logs, supporting full-screen captures (using
pyautogui) and Selenium WebDriver screenshots, including headless browser support (usingselenium).
Instructions
- How to create wheel
- Create a virtual environment and install packages from build-requirements.txt
- Activate the virtual environment
- From the folder containing "setup.py", execute:
python setup.py bdist_wheel - The wheel will be generated inside the
distfolder - Install wheel using:
pip install dist/automation_logging[...].whl
- How to generate documentation
- Create a virtual environment and install packages from build-requirements.txt
- Activate the virtual environment
- From the sphinx-doc folder, execute:
make html - The documentation will be generated inside the
sphinx-doc/build/htmlfolder - To use the documentation, open the
index.htmlfile
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automation_logging-1.0.2.tar.gz
(12.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file automation_logging-1.0.2.tar.gz.
File metadata
- Download URL: automation_logging-1.0.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c4fbd7569f101e07f31fb26bdbcd41070802600f54873b7b91a3a47a92812b
|
|
| MD5 |
7a13ec9c901d86a8cd5bb03ace777a34
|
|
| BLAKE2b-256 |
834ca7e4bcef812bbbb5113caa00e00148ec9c2f521d668f4f6ea0f3f7398a79
|
File details
Details for the file automation_logging-1.0.2-py3-none-any.whl.
File metadata
- Download URL: automation_logging-1.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0365b467bb808627a10e0f472eb52cbea78f855dc9b378f36ecf5bcf555b984
|
|
| MD5 |
d7666e20c256012b19e6cc8ec7dcc778
|
|
| BLAKE2b-256 |
dfbb31edaba8990a759531d323407e97222530196504ef63cb425320db12b3c0
|