Asynchronous trace event logger with JSON output for performance analysis
Project description
pylog
Python Logger library
An asynchronous trace event logger using Python's logging system. Outputs Chrome-compatible trace event JSON logs.
Example
from async_trace_logger import configure_logger, log_scope
logger, handler = configure_logger()
@log_scope
def my_function():
logger.info("Running something...")
my_function()
handler.stop()
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
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 trace_event_pylog-0.1.0.tar.gz.
File metadata
- Download URL: trace_event_pylog-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b548fdc3d406cc9e951c7bd184def1ae0dcbfb2ec920776072bc7a1fe9b4c864
|
|
| MD5 |
cdac33aae59701c438b813fed3aa2f81
|
|
| BLAKE2b-256 |
7165e78ec81941345cb3164c2201a543692e1a680b112a33eff12208e03eca29
|
File details
Details for the file trace_event_pylog-0.1.0-py3-none-any.whl.
File metadata
- Download URL: trace_event_pylog-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ba3946676d1717f1fba320460ece9d76cd9fe27709adc3d9fbd210a3ac505c4
|
|
| MD5 |
345743f78c4c4bd6aa3a4302c8e00f78
|
|
| BLAKE2b-256 |
6de79e56c22b035861e70afdefdc1d74e13be8a250a121136b166c5818d94167
|