Skip to main content

Python Paranoid Logy SDK

Project description

Paranoid Logy SDK

The Paranoid Logy SDK is a Python library for logging activities and exceptions to a remote logging service. It provides a simple interface to trace application activities and exceptions with customizable tags and additional information.

Installation

Install the package using pip:

pip install paranoid_logy

Usage

To use the Paranoid Logy SDK, initialize the Logy class with a source, IP address, and service context, then call the trace_activity or trace_exception methods.

Example

from paranoid_logy import Logy, LogyServiceContext

# Configure the service context
settings = {
    'id': 'my-service-id',
    'baseEndpoint': 'https://my-service/v1/',
    'headers': {}
}
context = LogyServiceContext(settings)

# Initialize Logy
logy = Logy(source='my-app', ip_address='192.168.1.1', context=context)

# Trace an activity
result = logy.trace_activity(
    message='User logged in',
    additional_info={'user_id': 123},
    tags=['auth', 'info']
)
print(result.success)

# Trace an exception
try:
    1 / 0
except Exception as ex:
    result = logy.trace_exception(
        ex=ex,
        additional_info={'operation': 'division'},
        tags=['error', 'math']
    )
    print(result.success)

Requirements

  • Python 3.6 or higher
  • requests library

License

This project is licensed under the MIT License.

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

paranoid_logy-2.0.2.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paranoid_logy-2.0.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file paranoid_logy-2.0.2.tar.gz.

File metadata

  • Download URL: paranoid_logy-2.0.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.17

File hashes

Hashes for paranoid_logy-2.0.2.tar.gz
Algorithm Hash digest
SHA256 f862bb5b66bb47ec1f03278c545adfb35988d41426c10a8e61a8886765fa9288
MD5 411b9f7f96c36e8345ed4e1e9edad582
BLAKE2b-256 46d14885642794994933f7432f61eb4e46bc1fe3523122103efbf953e9a4e9af

See more details on using hashes here.

File details

Details for the file paranoid_logy-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: paranoid_logy-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.17

File hashes

Hashes for paranoid_logy-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ed2910de7b44aab3a9bb59bdfdb18e4bbba19e828dd5683c094cfa0af46495e8
MD5 fa5644f0357ed5228f0269cb20cb45d2
BLAKE2b-256 21c28fc8fe07dc473be7aad8a1fac586cb0617084d029eeabded4baa8edce0ec

See more details on using hashes here.

Supported by

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