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-app',
    'host': 'log-service.example.com',
    'portNumber': 8080
}
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-1.0.9.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-1.0.9-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paranoid_logy-1.0.9.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-1.0.9.tar.gz
Algorithm Hash digest
SHA256 324dca4b057a329b942a7c5f8155ba3d75d2a421b5b36c94e7dd416d80002904
MD5 c2704616a1d373b8518493c876098f50
BLAKE2b-256 4006adb5147932b9ddb46cc2b2a45710ba18df64ec2e865f659a496a147ff171

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paranoid_logy-1.0.9-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-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 4b3174197c32acd91aa604605d1833740f819fd7eff5afb7484bfbd56ad19f50
MD5 d0274d7c3a872003a824b00352bfaddd
BLAKE2b-256 bfd948c3897adc1c4e2be8335396fd07f6befd40a1bb05668aefa2ec500554f3

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