Python Client for Cloud Logging
Cloud Logging API: Writes log entries and manages your Cloud Logging configuration.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a venv using pip. venv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With venv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 3.6
Unsupported Python Versions
Python == 2.7. The last version of the library compatible with Python 2.7 is google-cloud-logging==1.15.1.
Mac/Linux
python -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-logging
Windows
python -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-logging
Next Steps
Read the Setting Up Cloud Logging for Python How-to Guide
Read the Product documentation to learn more about the product and see other How-to Guides.
Read the Client Library Documentation for to see other available methods on the client.
Release files for google-cloud-logging 2.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| google-cloud-logging-2.3.1.tar.gz | 196.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| google_cloud_logging-2.3.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 385.9 kB
Release files / google-cloud-logging-2.3.1.tar.gz
| Download URL | google-cloud-logging-2.3.1.tar.gz |
|---|---|
| Size | 196.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca2de51bbb4a8b606453bbed30810fb25975517fc9c6b363e06f8325a190ffe9
|
|
BLAKE2b-256 checksum How to use checksums |
c1e67437f30f76f727a95f03f977d9cfebcb30f73f46d940d5dcd3f829723149
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
|
Release files / google_cloud_logging-2.3.1-py2.py3-none-any.whl
| Download URL | google_cloud_logging-2.3.1-py2.py3-none-any.whl |
|---|---|
| Size | 189.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7cad276c7db8b443c1e73fefbc13f577d87d43346aa0277442bf41b4f9ff6812
|
|
BLAKE2b-256 checksum How to use checksums |
f724fc75b3eb192acd4be961bb8c94e8f0945639163dac6ff3d69efd1d935737
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
|