Try SuperLogging of Super from www.acelet.com.

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. 



--- "Ferguson, Doug" <[EMAIL PROTECTED]> wrote:
> log4j is integrated?
> 
> I've been bouncing emails around this list for the last 4 days and nobody
> has been able to give me any substantial leads as to how to go about using
> jBoss and log4j. 
> 
> Vladimir, where can I find this info?
> 
> d.
> 
> -----Original Message-----
> From: Vladimir Blagojevic
> To: [EMAIL PROTECTED]
> Sent: 3/27/01 7:38 PM
> Subject: Re: [JBoss-user] configuring logging in JBoss
> 
> log4j is already integrated - check out contrib module. it has even
> instructions :)
> 
> 
> "Liu, Kenneth Albert (Kenneth)** CTR **" wrote:
> 
> > Hi all -
> >
> > Could someone provide me with some information on how to configure
> logging
> > in JBoss?  I would like to know how to configure the log files and
> also have
> > the log output displayed to the console.
> >
> > It would be nice if I could integrate log4j with the JBoss logging
> somehow.
> > Perhaps I could replace the logging MBean with my own implementation?
> >
> > Ken
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text

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

Reply via email to