Skip to content

Replace print statements by log4j logging for SequenceDatabase, SequenceScanner, BoundedLocalSequenceAlignment and LocalSequenceAlignment

Workum, Dirk-Jan van requested to merge replace_print_by_log4j_sequence into develop

Essentially what title says, I replaced all System.out.println and similar methods by logging and exception throwing.

Merge request reports