A package that makes customizing logs easier than expected
Project description
Latolog
Simple customizable logging.
Only JSON mode is supported at the moment. XML is WIP
Installation
pip install LatoLog
Usage example
from latolog.main import LatoLog
my_content = { "a": 1, "b", 2 }
latolog = LatoLog()
latolog.print_log(my_content)
>>> {"timestamp": "04-12-2019 16:43:49", "a": 1, "b": 2 }
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
LatoLog-0.1.2.tar.gz
(2.2 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 LatoLog-0.1.2.tar.gz.
File metadata
- Download URL: LatoLog-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35554e4b71e72ad65295de1a04342ffca017a71b36eb84779daaa4bb71f055c
|
|
| MD5 |
7c7d92768ac952a36c11c0e93a19af55
|
|
| BLAKE2b-256 |
2b3c3b2e9364c4742d50a7b7d9ac7b47d07af21d4b1656256f5a78421b20c57b
|
File details
Details for the file LatoLog-0.1.2-py3-none-any.whl.
File metadata
- Download URL: LatoLog-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a844a5160a5368410d780b362923223bfcf894d9a77950c508a1b176784b5231
|
|
| MD5 |
cc776e613437a534b09b5f77f83d8db9
|
|
| BLAKE2b-256 |
e23a0b012ce4af2602b83247bf09f3d2e534798f5ddfc32251ef78514ed5cfac
|