Skip to main content

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


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)

Uploaded Source

Built Distribution

LatoLog-0.1.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page