Python logging plugin for Lumber — end-to-end encrypted cloud logging
Project description
Lumber
Cloud logging for Python
Installation
Use the package manager pip3 to install lumber-cloud.
pip install lumber-cloud
Usage
Import the lumber_cloud module and initialize it with your app token.
from lumber_cloud import Lumber
lumber = Lumber('your_app_token')
Create some logs with one of six levels.
lumber.info('info')
lumber.debug('debug')
lumber.verbose('verbose')
lumber.warning('warning')
lumber.error('error')
lumber.critical('critical')
Optionally send stringified 'code' to any of the lumber methods.
lumber.info('info', json.dumps({ key: 'value' }, null, 2))
App
Lumber has a companion app available for MacOS, Windows, and LInux for viewing messages and errors logged to the cloud by using an optional API key. An API key can be obtained by creating a new app instance in the Lumber app.
License
Lumber is released under the MIT license. See LICENSE for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lumber_cloud-1.0.0.tar.gz.
File metadata
- Download URL: lumber_cloud-1.0.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
021e608d7a0804f3bb0bf514a3da457715fd7b6193a6128df5ce1b8cd4852dea
|
|
| MD5 |
e9ea9f584fe27651e4748854fefcbec8
|
|
| BLAKE2b-256 |
2101b96b42d6559797fecaf01c712739d59c57ce88b83c511f4de636051bae1f
|
File details
Details for the file lumber_cloud-1.0.0-py3-none-any.whl.
File metadata
- Download URL: lumber_cloud-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82c3a72b9d9968162e22cfc444bf448b4e8b190483c0f0980498f8a8d4d1b40d
|
|
| MD5 |
d362afecea58ed753c0d9897f2ffd86c
|
|
| BLAKE2b-256 |
2451e570e1912ba42ec63fd7f72b84a02e08241953602158e5947c840dfb2a8c
|