sjsu-cmpe / vyuudha

Vyuudha - A clean room implementation of a distributed storage middleware for education and research.
5 stars 2 forks source link

Add logger in all Exceptions #4

Open ravidontharaju opened 13 years ago

ravidontharaju commented 13 years ago

Current code has exception.printStackTrace(). Not a good idea for the long run. Add logger to existing try/catch.