abedra / libvault

A C++ library for Hashicorp Vault
MIT License
34 stars 26 forks source link

Add logging callback option #13

Closed abedra closed 5 years ago

abedra commented 5 years ago

Since there's a bunch of stuff that can go wrong, resulting in simply an empty optional, there should be a logging callback that can be optionally passed to the methods that contact vault and allow the user to capture and log any information they deem necessary.