Skip to main content

An app for custom logging

Project description

cinipy

cinipy is an app for custom logging.

Installation

You can install the app using pip:

pip install cinipy

Usage

from cinipy import log_info, log_warning, log_error

log_info("This is an info message.")
log_warning({"key": "value", "key2": [1, 2, 3]})
log_error(["error", {"key": "value"}])

Future features

  • Custom Formatting
  • Log handlers
    • Write logs to a file
    • Send logs to remote server
    • Stream to Elasticsearch, logstash, ...
  • More configure options
  • Filtering

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

cinipy-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

cinipy-0.0.2-py3-none-any.whl (2.3 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