OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

The error handler for org/openntf/domino/utils/Factory.java is too "noisy" #99

Closed gilgamesjh closed 4 years ago

gilgamesjh commented 10 years ago

There is a System.out.println in line 597, System.out.println("Unable to wrap a DateTime found in Vector member " + i + " of " + values.size()); This creates a lot of entries in my log (hundreds). Could this be turned off somehow?