conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Logging framework #3

Closed mattwigway closed 10 years ago

mattwigway commented 10 years ago

We should add a formal logging framework rather than having System.out.println all over the place. This way the library doesn't mess up the interface on CLI projects that use it.