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',
    'baseEndpoint': 'log-service.example.com',
    '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.1.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.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paranoid_logy-2.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 92d8520546344894894cf7094f47a759075f1865a9fbf4f1ae9d0c4e5ccb2e8b
MD5 5e8cf8039cf50077fb37a87f2df79fc2
BLAKE2b-256 2259c257460e06eaa502b19595f8284e3683c0362c527d85331d1de09fa98871

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paranoid_logy-2.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6ab489d24416c2beae5eeadc7a14f1c2dfd9eaff11c8d42eaa18773b08001413
MD5 35dfac2850763937c15773996c4326fc
BLAKE2b-256 1d2d78202f21b7b0688ad17ec7807a32facf7cde416596a2681eb41c40d8eeff

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