-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
api: loggingIssues related to the googleapis/java-logging API.Issues related to the googleapis/java-logging API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
I'm trying to write logs in the shape of com.google.logging.v2.LogEntry
. However, the #write
expects com.google.logging.LogEntry
.
Describe the solution you'd like
Reasonable options might be:
- an easy way to convert
com.google.logging.v2.LogEntry
intocom.google.logging.LogEntry
. - overloaded
#write
method that acceptscom.google.logging.v2.LogEntry
.
Describe alternatives you've considered
I'm writing my own converter 😭
Additional context
Sorry, if this method already exists, could you please point me to the docs?
Metadata
Metadata
Assignees
Labels
api: loggingIssues related to the googleapis/java-logging API.Issues related to the googleapis/java-logging API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.