Description
As of 2.0.2, Pivot does some internal logging using calls to System.out and System.err (for example, when using org.apache.pivot.json.JSONSerializer with verbose = true).
It would be really nice if Pivot could leverage a more robust logging API instead, but certain design decisions come into play when choosing a logging framework.