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 hashes)