Re: Agent/Log4J Question

2005-02-04 Thread Martin Cooper
t; Java Serverside App running on Tomcat (4.x) - localhost:8080. I am > using Log4J for logging in my App. I would like to know how my MBean > implementation class associated with the Agent, can access the Level > property (logger.getLevel()) of my app's Logger. > > Also, anybody

Agent/Log4J Question

2005-02-04 Thread Kalyan Inuganti
All, Let us say that I have an agent running on localhost:9092. I have my Java Serverside App running on Tomcat (4.x) - localhost:8080. I am using Log4J for logging in my App. I would like to know how my MBean implementation class associated with the Agent, can access the Level property

Re: question about integration with log4j

2005-02-01 Thread luca passani
Do you use some tricks to make the compiler remove the debugging info completelly at build time? for ex, making isBebug() return a constant false value? Luca David McReynolds wrote: > > On the last two struts projects we have adopted the policy of wrapping > our log4j info

Re: question about integration with log4j

2005-02-01 Thread David McReynolds
On the last two struts projects we have adopted the policy of wrapping our log4j info and debug statements in an if clause. if(logger.isBebug()) { logger.debug("i am here"); } 1. method call overhead is kept to a minimum. 2. You can use the body to conditionally build a compl

Re: question about integration with log4j

2005-01-16 Thread Martin Cooper
On Sun, 16 Jan 2005 22:12:44 +0100, luca <[EMAIL PROTECTED]> wrote: > > Hallo everyone, I maintain and develop a tag-library > (WALL: http://wurfl.sourceforge.net/java/tutorial.php). > > Lately someone asked me why I don't enable log4j > in my tags. The reason why

question about integration with log4j

2005-01-16 Thread luca
Hallo everyone, I maintain and develop a tag-library (WALL: http://wurfl.sourceforge.net/java/tutorial.php). Lately someone asked me why I don't enable log4j in my tags. The reason why I don't do it is performance. Without being a log4J expert, here is my thinking: A WALL JSP average

Re: tag log4j jsp ????

2002-12-08 Thread James Strachan
Try putting a log4j.properties in your WEB-INF/classes directory. James --- http://radio.weblogs.com/0112098/ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 6:22 PM Subject: tag log4j jsp > Hello James Str

Re: Log4J

2002-07-18 Thread Vernon Wu
MAIL PROTECTED]> wrote: >> >> >Just look at: >> > >> >http://ccm.redhat.com/doc/core-platform/5.0/infrastructure/logging/doc/loggi >> >ng-dev-guide.html >> > >> >Or search with google "using log4j" >> > >>

Re: Log4J

2002-07-18 Thread Randall R Schulz
, "guy" <[EMAIL PROTECTED]> wrote: > > >Just look at: > > > >http://ccm.redhat.com/doc/core-platform/5.0/infrastructure/logging/doc/loggi > >ng-dev-guide.html > > > >Or search with google "using log4j" > > > >I hope it

Re: Log4J

2002-07-18 Thread Vernon Wu
The url is a dead link. 7/18/2002 5:12:14 AM, "guy" <[EMAIL PROTECTED]> wrote: >Just look at: > >http://ccm.redhat.com/doc/core-platform/5.0/infrastructure/logging/doc/loggi >ng-dev-guide.html > >Or search with google "using log4j" > >I hope i

Re: Log4J

2002-07-18 Thread guy
Just look at: http://ccm.redhat.com/doc/core-platform/5.0/infrastructure/logging/doc/loggi ng-dev-guide.html Or search with google "using log4j" I hope it helps you. Byebye - Original Message - From: "Srinivasa Raju.K" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Log4J

2002-07-18 Thread Srinivasa Raju.K
i am using taglibs for the first time. i would like to use Log4j on tomcat 4.0. can somebody give tips how to proceed.. Thanks and Regards.. SRaju -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Taglib-log4j problem

2002-01-09 Thread guillaume . rosset
Hi everybody, I'm new on the list, I'm french (excuse my poor english ;) ), and I decided to subscribe because I have a serious problem with taglibs mixed with log4j. I created a component wich is a mix between log4j and taglib; so that I can writ

Re: Taglibs, log tags for log4j

2001-07-16 Thread Ceki Gülcü
Hello Jochen, James, As I have indicated previously, I am all in facot of maintaining the log taglib code in the taglib project. However, I am worried about versioning problems between the version of log taglib that log4j might be distributing with respect to the version maintained at

Re: Taglibs, log tags for log4j

2001-07-16 Thread James Strachan
ropriate is fine with me. IMHO, > pre-packaging log taglib in log4j will give the former a serious > boost. This may seem like a silly marketing detail but it can make > a real difference for the log taglib. Regards, Ceki In terms of CVS repository and so forth I'd prefer the log taglib to

Re: Taglibs, log tags for log4j

2001-07-16 Thread Glenn Nielsen
Ceki Gülcü wrote: > > Hi James, > > At 14:50 13.07.2001 +0100, James Strachan wrote: > >Hi Ceki > > > >> From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] > >> > >> FYI, Jochen Hiller has written logs tags based on log4j. The code seems > >&

Re: Taglibs, log tags for log4j

2001-07-15 Thread Ceki Gülcü
Hi James, At 14:50 13.07.2001 +0100, James Strachan wrote: >Hi Ceki > >> From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] >> >> FYI, Jochen Hiller has written logs tags based on log4j. The code seems >> pretty complete but I am not necessarily a good judge. I have al

Re: Taglibs, log tags for log4j

2001-07-15 Thread James Strachan
Hi Ceki > From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] > > FYI, Jochen Hiller has written logs tags based on log4j. The code seems > pretty complete but I am not necessarily a good judge. I have also > noticed his code resides under the org.apache.log4j.taglib namespace > wh

RE: Taglibs, log tags for log4j

2001-07-13 Thread Jochen Hiller
Thanks Ceki for the compliment. In general, I would appreciate to merge the different activities to one common standard. The general question I have (also mentioned by Ceki to the taglibs mailing-list), is about the relationship between jakarta-taglibs and jakarta-log4j. If jakarta-taglibs

Fwd: Taglibs, log tags for log4j

2001-07-13 Thread Ceki Gülcü
FYI, Jochen Hiller has written logs tags based on log4j. The code seems pretty complete but I am not necessarily a good judge. I have also noticed his code resides under the org.apache.log4j.taglib namespace which hints that the code may be distributed along with standard log4j distribution, i.e

log tag: using logtag with log4j configuration file

2001-06-09 Thread songjae han
Hi, This email is a proposal to use element of web.xml to pass log4j configuration parameter to log tag handler. Background: Log tag uses BasicConfigurator of log4j and I wanted to use PropertyConfigurator that will let me configure appenders and categories using log4j configuration file. To