braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 99 forks source link

avoid allocating memory / constructing object if the message is not going to be logged #92

Closed benbenw closed 3 years ago

benbenw commented 3 years ago

Summary

avoid allocating memory / constructing object if the message is not going to be logged

Checklist