tree: f861e8715f3892b23f43a13326d37009fe9b6e77
  1. BUILD.bazel
  2. http_request.proto
  3. log_severity.proto
  4. README.md
google/logging/type/README.md

Logging types

This package contains shared protocol buffer types that are populated by the Cloud Logging API and consumed by other APIs.

Key Concepts

  • HttpRequest: Contains the complete set of information about a particular HTTP request, such as HTTP method, request URL, status code, and other things.
  • LogSeverity: The severity of a log entry (e.g. DEBUG, INFO, WARNING).