# Google Cloud Client Libraries for Rust - Cloud Logging API
**WARNING:** this crate is under active development. We expect multiple breaking
changes in the upcoming releases. Testing is also incomplete, we do **not**
recommend that you use this crate in production. We welcome feedback about the
APIs, documentation, missing features, bugs, etc.
Writes log entries and manages your Cloud Logging configuration.
## Quickstart
The main types to work with this crate are the clients:
* [LoggingServiceV2](https://docs.rs/google-cloud-logging-v2/latest/google_cloud_logging_v2/client/struct.LoggingServiceV2.html)
* [ConfigServiceV2](https://docs.rs/google-cloud-logging-v2/latest/google_cloud_logging_v2/client/struct.ConfigServiceV2.html)
* [MetricsServiceV2](https://docs.rs/google-cloud-logging-v2/latest/google_cloud_logging_v2/client/struct.MetricsServiceV2.html)
## More Information
* Read the [crate's documentation](https://docs.rs/google-cloud-logging-v2/latest/google-cloud-logging-v2)