justinludwig / jpgpj

Java Pretty Good Privacy Jig
MIT License
74 stars 20 forks source link

Replace J-U-L with slf4j #6

Closed lgoldstein closed 6 years ago

lgoldstein commented 7 years ago

Great library - one minor suggestion - the code uses J-U-L (java.util.logging) - slf4j is widely used in most frameworks and seems a more natural choice. If you really want to make this optimal, provide a pluggable logging manager with default implementations for J-U-L, slf4j and log4j.

justinludwig commented 6 years ago

Thanks for the feedback! -- I merged the PR from @IntelCan to implement this change.