fabian/dev/: fastapi-logging-manager-0.0.1 metadata and description
Reusable logger and notification manager utility for FastAPI and other Python applications
| author_email | Fabian Aichele <aichele@zykl.io> |
| classifiers |
|
| description_content_type | text/markdown |
| dynamic |
|
| keywords | logging, fastapi, uvicorn, logger |
| license | MIT |
| license_file |
|
| metadata_version | 2.4 |
| project_urls |
|
| requires_python | >=3.9 |
Because this project isn't in the mirror_whitelist,
no releases from root/pypi are included.
| File | Tox results | History |
|---|---|---|
fastapi_logging_manager-0.0.1-py3-none-any.whl
|
|
|
fastapi_logging_manager-0.0.1.tar.gz
|
|
fastapi-logger-manager
Wiederverwendbarer LoggerManager als kleines Python-Paket, gedacht für FastAPI- und andere Python-Anwendungen.
Installation
pip install fastapi-logger-manager
Schnelleinstieg
from fastapi_logger_manager import logger_manager
logger = logger_manager.get_app_logger()
logger.info("App started")
Siehe Docstrings und Quelltext für weitere Details (vordefinierte Logger, Umgebungsvariablen, etc.).