README.md
1## Logging types
2
3This package contains shared [protocol buffer][protobuf] types that are populated
4by the Cloud Logging API and consumed by other APIs.
5
6### Key Concepts
7
8- **HttpRequest**: Contains the complete set of information about a particular
9 HTTP request, such as HTTP method, request URL, status code, and other things.
10- **LogSeverity**: The severity of a log entry (e.g. `DEBUG`, `INFO`, `WARNING`).
11
12[protobuf]: https://developers.google.com/protocol-buffers/
13