Chainsaw:

2003-12-14 Thread Steve Mactaggart
Just a quick question about chainsaw...

Once its running and I customise it, is there a way to save these settings
so that on the next load they are all intact...  Thinks like the tab
highlights, tab name grouping value, ignores list, etc

It would be nice to be able to save/load these options as I can then create
a few sets of configurations depending on what type of development or debug
that I am doing.

Hope this feature exists.

thanks


Steve Mactaggart
Systems Architect
Golftime International
12 Strathalbyn St
Kew East 3102
Victoria, Australia

PH:   (03) 9859 5394
FAX:  (03) 9859 5655
WEB:  http://www.golftime.com.au
MAIL: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How-To get Log4Ant listed on Log4J Extensions?

2003-12-14 Thread Paul Smith
whoops, I thought you meant on the ant site, I think I can accomodate
this.

On Mon, 2003-12-15 at 12:40, Paul Smith wrote:
 I'd drop a line to the good folks over on the ant-user mailing list.  
 I'm sure they can help you out.
 
 cheers,
 
 Paul Smith
 
 On Mon, 2003-12-15 at 12:34, Wascally Wabbit wrote:
  Can someone point-to/describe how we can get our Log4j-Ant
  tasks listed under Log4Ant in the Log4j extensions
  category on the log4j website?
  
  The information:
  
   shortnamelog4Ant/shortname
   descriptionlog4Ant includes a complete bridge to the Log4J 
  logging system
  for a robust build monitoring system. These Ant components let you capture, 
  map, and send Ant log messages and stdio output through your Log4J 
  installation./description
   licenseGNU LGPL/license
   homepage http://purl.net/jware/antx/ /homepage
   contact[EMAIL PROTECTED]/contact
  
  Thanks,
  
  The Wabbit 
  
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How-To get Log4Ant listed on Log4J Extensions?

2003-12-14 Thread Paul Smith
I've added this to the Xdocs of the site, but I need to confirm with
Ceki on the exact process of getting the changes reflected on the actual
website.  

cheers,

Paul


On Mon, 2003-12-15 at 12:34, Wascally Wabbit wrote:
 Can someone point-to/describe how we can get our Log4j-Ant
 tasks listed under Log4Ant in the Log4j extensions
 category on the log4j website?
 
 The information:
 
  shortnamelog4Ant/shortname
  descriptionlog4Ant includes a complete bridge to the Log4J 
 logging system
 for a robust build monitoring system. These Ant components let you capture, 
 map, and send Ant log messages and stdio output through your Log4J 
 installation./description
  licenseGNU LGPL/license
  homepage http://purl.net/jware/antx/ /homepage
  contact[EMAIL PROTECTED]/contact
 
 Thanks,
 
 The Wabbit 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How-To get Log4Ant listed on Log4J Extensions?

2003-12-14 Thread Wascally Wabbit
At 08:55 PM 12/14/2003, you wrote:
I've added this to the Xdocs of the site, but I need to confirm with
Ceki on the exact process of getting the changes reflected on the actual
website.
cheers,

Paul

Thanks.

The Wabbit 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Chainsaw:

2003-12-14 Thread Paul Smith
 It's the splitting of the events into different tabs, the frst one, tab
 highlighting, was related to what rules for highlighting are defined per
 tab.
 
I think Scott Deboy has already done the saving of the colouring prefs,
that should be working?

The tab identifier preference is now available (thanks to Scott) from
the View menu-Application-wide preferences.  See the General tab of
that preference panel, 'Tab Identifier'.  

The value you place in this field is a bit unclear at this early stage,
but is an 'expression'.  

For example, the default is to look for 2 properties within each event
to grab the hostname and the 'application'.  Since these are defined
within the LoggingEvent's Properties collection, it is referenced like
this:

PROP.hostname - PROP.application

(hostname and application meaning to lookup the value of that key in the
event's properties, you can configure the, say, SocketAppender to add
the application property automatically)

If you wanted a Tab for each Level, you could just use this expression:

Level

You can mix and match different event elements to come up with your own
unique way of identifying which tab an event should get sent to.

The docs on what expression elements are currently supported is here:

http://cvs.apache.org/viewcvs.cgi/jakarta-log4j/src/java/org/apache/log4j/chainsaw/LoggingEventFieldResolver.java

(click on the first 'view' link to see the source, the javadoc should
get you started)

cheers,

Paul



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: multiple log4j statements on the same console line

2003-12-14 Thread Sathish Babu K R
hi james

how do u get action class and path printed with Debug
statements..tell me that...

for ur sugg,better change the conversion pattern..

regards
sathish
--- James Radvan [EMAIL PROTECTED] wrote:
 Hi, I'm having trouble with log4j 1.2.8 with a
 ConsoleAppender.  I'm getting
 all my sequential log4j outputs to the same line of
 the console, rather than
 1 per line.
 Here is my log4j.properties:
 
 log4j.rootLogger=DEBUG, A1
 log4j.appender.A1=org.apache.log4j.ConsoleAppender

log4j.appender.A1.layout=org.apache.log4j.PatternLayout
 log4j.appender.A1.layout.ConversionPattern=%-5p %37c
 %3x - %m
 
 And a sample line of console output:
 DEBUG

net.novium.transact.tactontestharness.actions.TactonTestAction
 -
 Quote title: Crown-Select-2Prods-3Subconts-001DEBUG

net.novium.transact.tactontestharness.actions.TactonTestAction
 - Exiting
 method processRunDEBUG

net.novium.transact.tactontestharness.actions.TactonTestAction
 - Task:
 runDEBUG

novium.transact.tactontestharness.actions.TactonTestAction
 - Exiting
 method execute.
 
 Notice how multiple log4j statements are on the same
 line.
 
 I'm using WSAD 5.1 (Eclipse 2) WebSphere 5 test
 environment.  I've used this
 same log4j.properties with other applications and
 it's worked fine.  Any
 ideas?
 
 Thanks very much, Jim
 [EMAIL PROTECTED]
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]