Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide a toString() method in your proxy so that I can see the content of the config and I can also use it in a log message easily. Something like:
{"max.threads":25, "max.folders":99, "default.name": "untitled"}
The text was updated successfully, but these errors were encountered:
At the moment is returning "null"
Sorry, something went wrong.
👍
improved delegation; impl. toString(), issue #33
072df15
unit test for toString() method as required in issue #33
03055f7
I think it's implemented as requested. Let me know if it's not, or if you have more suggestions.
(also I added the store() method on the Accessible interface, that can be used as alternative to list())
store()
list()
And documented here: http://owner.aeonbits.org/docs/debugging/
No branches or pull requests
Please provide a toString() method in your proxy so that I can see the content of the config and I can also use it in a log message easily. Something like:
The text was updated successfully, but these errors were encountered: