package google.logging.type

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message HttpRequest

http_request.proto:28

A common proto for logging HTTP requests.

Used in: v2.LogEntry

enum LogSeverity

log_severity.proto:34

The severity of the event described in a log entry. These guideline severity levels are ordered, with numerically smaller levels treated as less severe than numerically larger levels. If the source of the log entries uses a different set of severity levels, the client should select the closest corresponding `LogSeverity` value. For example, Java's FINE, FINER, and FINEST levels might all map to `LogSeverity.DEBUG`. If the original severity code must be preserved, it can be stored in the payload.

Used in: v2.LogEntry