"David W. Van Couvering" <[EMAIL PROTECTED]> writes: > P.S. I tried to trace how the logwriter gets set, but wound up in a > dead end with a constructor for NetConnection that appears to never > get called in our source... How *does* the logwriter get set on a > connection?
All the constructors for NetConnection take a NetLogWriter. The constructors are called from the newNetConnection() methods in ClientJDBCObjectFactory (and ClientJDBCObjectFactory40), which are called from ClientDataSource.getConnection(), ClientDriver.connect() and the constructors for ClientPooledConnection. -- Knut Anders
