Log Writer File Property

From InterBase

Go Up to Installing InterClient Classes into JBuilder


A new property has been created, which is only available via the database URL called logWriterFile. Its usage is similar to other properties' usage on the URL.

Example:

?logWriterFile=c:/smistry/interclient.log

The setLogWriter call takes a defined PrintWriter, while the new logWriterFile takes an actual filename to be used as a logWriter.

Advance To: