MehwishRaza / winzipaes

Automatically exported from code.google.com/p/winzipaes
0 stars 0 forks source link

Remove printstacktrace and use proper logging #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
It's not a common practice to print out directly i.e. with printstacktrace

What is the expected output? What do you see instead?
Use a proper logging system.

What version of the product are you using? On what operating system?
Current version. OS doesn't matter.

de.kvb.kvident.crypto.zip.impl.CentralDirectoryEntry
Line 230

For example use

LOG.log(Level.WARNING, ioEx.getMessage(), ioEx.getCause());

instead

TY & cheers

Original issue reported on code.google.com by ulfbamb...@gmail.com on 22 Feb 2011 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by olaf.merkert on 22 Feb 2011 at 6:04

GoogleCodeExporter commented 9 years ago
Thank you for this quick response!

Original comment by ulfbamb...@gmail.com on 23 Feb 2011 at 7:15