Thomas, s.setOut(..) is exactly what I was looking for. For some reason I wasn't able to find it in the documentation.
Thanks very much, Sam On Jan 19, 1:49 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > I'm not sure if you talk about the TCP server. You can redirect using: > > Server s = Server.createTcpServer(); > s.setOut(...); > s.start(); > > Another way is to call System.setOut(...). However, why do you want to > redirect? > > Regards, > Thomas
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
