Hello Mark,

Sunday, November 05, 2000, 1:38:08 AM, you wrote:

M> Folks:

M> How do you write to the default-application.log from an EJB?
M> From a servlet you call getServletContext().log().  Can find anything
M> analogous in EJB-Land.
M> Thanks for your help!  (Sorry if this is documented somewhere --
M> couldn't find it, if it is.)
M> --Mark

if you run orion like
 java -jar orion.jar 1>log/orion.log 2>log/orion.err

you can use
     System.out.println("DEBUG:...");
     System.err.println("Error:...");

to write to this logs

-- 
Best regards,
 Porfiriev                            mailto:[EMAIL PROTECTED]



Reply via email to