Structured Logging first class support #1404
Labels
api: logging
Issues related to the googleapis/java-logging-logback API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
Is your feature request related to a problem? Please describe.
I would like for structured logging with slf4j facade to have first class support.
Describe the solution you'd like
I would like code like this to be able to send
jsonPayload
with the fieldsorderId
,amount
, etc...Describe alternatives you've considered
I have written a helper class to work-around this but it makes my applications not be able to use the
slf4j.Logger
interface.The text was updated successfully, but these errors were encountered: