README.md

# GoogleApi.Logging

Stackdriver Logging API client library.

Writes log entries and manages your Stackdriver Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the <a href=https://cloud.google.com/logging/docs>Stackdriver Logging documentation</a>.

## 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.26"}]
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).