Writing to server log db

Ok … I am confused now… I have been using print satement in my code to be able to debug my script before and now I don’t seem able to print to the server log…

the Print statement is good right…??

all I am doing it to write the print statement like this…

Print “HERE I AM NOW WITH THE CODE”

what am I doing wrong?

thanks

A.

Subject: writing to server log db

Could you please tell us where excately you are writing the code.

Dev

Subject: RE: writing to server log db

my error… thanks for answering…

Subject: writing to server log db

It’s Messagebox that goes to the log for a server-based agent, not Print – although using the NotesLog class and an error/action log database based on alog4.ntf would give better results.