README.md
# GoogleApi.Logging
Cloud Logging API client library.
Writes log entries and manages your Cloud Logging configuration.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_logging` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_logging, "~> 0.51"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/logging/docs/](https://cloud.google.com/logging/docs/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_logging](https://hexdocs.pm/google_api_logging).