Implement logs with unique uuid identifier.
Project description
logger uuid
This project was created with the purpose of adding a unique identifier to the logs.
Installation
pip install logger-uuid
Usage
from logger_uuid import Logger
class Test:
def __init__(self, logger: Logger):
self.logger = logger
async def get_test(self):
self.logger.log_info("log info example")
self.logger.log_warning("log warning example")
...
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
logger-uuid-1.0.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file logger-uuid-1.0.0.tar.gz
.
File metadata
- Download URL: logger-uuid-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c510f38e7b88dcb2c9f844b556ea006e30296a563c5e251de2b78b55501ff04a |
|
MD5 | 5ca2b420ff9c9e8602a2ac4fc1070635 |
|
BLAKE2b-256 | bae82d91b15d829ff1b506a5ce4dc63d129b2dab6f85931a17d82a812b8a6ab1 |
File details
Details for the file logger_uuid-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: logger_uuid-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 590102de05b4d1a153bce8854637829913e46a8333d78428754d81b6c48c2f99 |
|
MD5 | 80b17d4fc8c3965f48ca8180f9a79ca1 |
|
BLAKE2b-256 | 61d38c21fdf1a699ba83d5d95af15c14c61b545fd6e50c871567da775c24afda |