A Python package to add extensive logs to each execution statement
Project description
from crazylog import CrazyLogger
def run_code():
print('running code ...')
with CrazyLogger() as crazy:
run_code()
class CustomClass:
pass
with CrazyLogger() as crazy:
crazy.exclusively = [CustomClass]
run_code()
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
crazylog-0.1.0.tar.gz
(4.0 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 crazylog-0.1.0.tar.gz.
File metadata
- Download URL: crazylog-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ef7ec5826cf46b1b311f7eae9d3d20163768ea85d1704561a93526fbadf186b
|
|
| MD5 |
07d436c132b7a937cd501dbe8916bcb3
|
|
| BLAKE2b-256 |
a2aaf1abacaca2d8e82a141d05b0451cdd900c87c62e192b231b6ca5417f0952
|
File details
Details for the file crazylog-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crazylog-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f771d024d2bec70b9f612e1f9a8c6a6d41b0c1be9869d72e338fcf971adffc
|
|
| MD5 |
0863da294f15939720dc7c69ddf4411c
|
|
| BLAKE2b-256 |
bfe1c32635b5510c4ed27265d40da4c74f5d0b2a565f85950593fc7f2ba1551a
|