> Yes, here is example on Java: > > vtkFileOutputWindow w = new vtkFileOutputWindow(); > w.SetFileName("vtk_errors.txt"); > w.SetInstance(w); > I had a similar need on new code I just added to my application on Friday. Thanks. John