mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-30 00:00:47 -05:00
A few changes: * Add a new `Util.log_error` method which will forward to the equivalent of `#error` on a logger. * Move errors produced by `StripeClient` to use `Util.log_error`. * Change standard stdout logging behavior to log to stderr in the case of `Util.log_error. * Change `Stripe.log_level` values to be an enum in a similar fashion as the standard library's built in `Logger`.