Java agent System.out.println(); Domino 6.5.1

i am new to Notes JavaAgents, i am from the WebSphere / Servlet / Portlet side of things and am a J2ee app designer.

i am trying to write a notes java agent (i been ther done that years ago with lotus script) and cannot find where

System.out.println(“bleah”);

for instance is going to. where should this appear if i am writing Notes Agents in Java? is there a better way of getting console messages on the server or in the client in Notes Agents.

thanks in advance.

mark

Subject: java agent System.out.println(); Domino 6.5.1

If you’re running your Java agent interactively, you can see messages generated from it thru the Java Console. Open it by File ==> Tools ==> Show Java Debug Console. If the Java agent is running scheduled, your System.out.println’s will go to the Notes server log.

As for a better way to do this, I’d be interested too.

Hope that helps.