Try SuperLogging. It is free for jBoss users.


Try SuperLogging of Super from http://www.acelet.com.
It is free for open source (Jonas, jboss and j2ee-ri).
Evaluation edition is free for other servers.

SuperLogging is a full-featured logging tool:

 * It is a centralized logging, guaranteed tobe chronolotical.
   It supports distributed computing and works well in any 
   clustering environment. all log messages are recorded in 
   one central place regardless which EJB runs on which 
   server. 

 * It is platform neutral and EJB vendor neutral. 

 * All log statements used in the source code do not need be 
   removed for production releases.  Log messages can be 
   dynamically filter out and the performance penalty will be 
   minimum. 

 * An open source wrapper com.acelet.opensource.logging.Alog is 
   provided for preventing vendor lock in.  Source code of EJBs 
   is not required for any modification if another logging 
   packages is chosen. In that case,  the only modification 
   needed is this wrapper, which is just a few lines of code. 

 * It is fully dynamically configurable by a Swing tool. The 
   configurable attributes include the following: 

 * Choice of configuration scope: Global Dynamic, Global Static 
   and Singleton. 

 * Choice of mode: Quiet, Verbose and Conditional. 

 * Class registration: log messages will be printed out for 
   registered classes only. 

 * Log level: lower level log requests will be filtered out. 

 * It provides Tracing facilities which show both log messages 
   and source code with marked line in question. 

 * It provides built-in email alert method and alert interval 
   control. 

 * It provides email methods which allow sending email by a 
   simple method call. 





--- Bojan Smojver <[EMAIL PROTECTED]> wrote:
> A really simple and probably a really stupid question too: how do you
> make the System.out and System.err be redirected to server.log or any
> other file? All the System.out.println calls from within EJB's go
> nowhere for me...
> 
> Config:
> - RH Linux 7
> - Sun JDK 1.3.0_02
> - JBoss 2.2.1
> 
> Thanks,
> Bojan
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to