On Fri, Mar 23, 2001 at 06:22:19PM -0600, Doug Ferguson wrote:
> I've seen somethings in the list about an integratred log4j
>
> Does anybody know the details.
>
> Do beans have access to the logging server or is this just for jBoss
> internals?
>
> If the log4j won't work for beans, does anybody have a working solution
> for
> EJB logging?
Log4j has been made basically for jboss, because a RollFileAppender is
mandatory in a production environment, to avoid shutdown of
jboss simply to reduce the size of log file.
It can be used by beans for debugging purpose.
Log4j can be easily configured to write log on a database
thru JDBC or thru JMX (or plain socket) and is rather easy
write custom Appenders.
It doesn't need a file to log and the configuration itself
can be made using APIs.
For this point of view I think that is an appropriate tool
to log both beans and jboss.
Bye
Fulco
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user