rnicoll / cate

Cross-chain Atomic Transaction Engine
MIT License
34 stars 19 forks source link

Log warnings #15

Open rnicoll opened 8 years ago

rnicoll commented 8 years ago

Warnings issued from bitcoinj or otherwise should be logged for diagnostic purposes. It's likely simplest to achieve this by adding a log configuration class that is picked up by https://docs.oracle.com/javase/7/docs/api/java/util/logging/LogManager.html and puts a "warn" level log into the same directory as the wallet and SPV chain files.