These are just from the JDK: javax.sql.CommonDateSource: takes a PrintWriter for logging. java.sql.DriverManager: same, also has deprecated PrintStream as well
I can't find anymore at the moment (JDK has like 1000 classes at this point), but there's a start. That's not counting legacy APIs that people use that also use a PrintStream or PrintWriter as a logger. -- Matt Sicker <[email protected]>
