jpos / jPOS

jPOS Project
http://jpos.org
GNU Affero General Public License v3.0
599 stars 458 forks source link

Add dump overloads with default implementations to Loggeable interface #566

Open alcarraz opened 8 months ago

alcarraz commented 8 months ago

This is just a small PR to make it easier to just dump to System.out or without indentation. Providing overloads of Loggeable.dump() with reasonable defaults.