Anyone who knows what the dbgMsg-methods in lotus.domino.AgentBase does except simply outputting to the system console?
public void setDebug(boolean) public void dbgMsg(String); public void dbgMsg(String, PrintWriter); public void dbgMsg(String, PrintStream);
Once you call the setDebug-method with a parameter of true, the dbgMsg-methods will output text to the Java Debug Console or the supplied java.io.PrintWriter or java.io.PrintStream.