Re: can't get UDPAppender to work

2011-02-15 Thread Rodney Beede
e a jar with special names? 1 jar? 3 jars? > > i know its a little bit out of the scope here, but i really dont know where > to go from here. > > Thanks, > Roy. > > P.S. - sorry everyone for the duplicated post. > > > Rodney Beede-5 wrote: > > > > You w

Re: can't get UDPAppender to work

2011-02-14 Thread Rodney Beede
27;t find any jars of it in any Maven repos. Additionally your UDP appender should probably be above the root element. On Mon, Feb 14, 2011 at 7:59 AM, rvarum wrote: > > i think i did that. > > i attached a copy of the entire xml. > http://old.nabble.com/file/p30922474/jboss-lo

Re: can't get UDPAppender to work

2011-02-14 Thread Rodney Beede
27;t find any jars of it in any Maven repos. Additionally your UDP appender should probably be above the root element. On Mon, Feb 14, 2011 at 7:59 AM, rvarum wrote: > > i think i did that. > > i attached a copy of the entire xml. > http://old.nabble.com/file/p30922474/jboss-lo

Re: can't get UDPAppender to work

2011-02-14 Thread Rodney Beede
You probably forgot to add the appender to your root. A complete copy of your log4j.xml would help. On Mon, Feb 14, 2011 at 1:49 AM, rvarum wrote: > > Hi all, > > i'm an automation developer with QTP (not java developer) > > i'm trying to configure the log4j of our application to broadcast the

Re: creating log4j log file name at run time

2011-01-27 Thread Rodney Beede
at i am able to understand from your point is that you are saying > something like > > SimpleLayout layout = new SimpleLayout(); >      FileAppender appender = new FileAppender(layout,"your > filename",false); >      logger.addAppender(appender); > > On Th

Re: creating log4j log file name at run time

2011-01-27 Thread Rodney Beede
Simply create a new logger with no appenders and attach a new file appender to that logger. Use that new logger only for the class running the import. On Thu, Jan 27, 2011 at 10:07 AM, Umesh Awasthi wrote: > Hi All, > > I am working on an module for import process which can be triggered by > var

Best Eclipse plug-in for log4j files

2011-01-20 Thread Rodney Beede
What Eclipse plug-in do people use for viewing their log4j text files on disk? I'd like something I can sort and filter easily. I'd also like to not have to modify my log4j.xml to specify an appender to make the data appear in the Eclipse view for the plug-in. Currently I am using NTail which al