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
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
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
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
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
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
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
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"
>> >
>>
, "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
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
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
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]>
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
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
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
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
> >&
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
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
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
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
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
21 matches
Mail list logo