Replace print statements by log4j logging for SequenceDatabase, SequenceScanner, BoundedLocalSequenceAlignment and LocalSequenceAlignment
Essentially what title says, I replaced all System.out.println
and similar methods by logging and exception throwing.