Re: Directing logging of a single class to a different file

2011-01-18 Thread Jorge Medina
(PropertiesConfigurator and > Heirarchy or something like that -- been a while since I poked my nose > in there). A lot of the code is remarkably straightforward. > > > On Tue, 2011-01-18 at 14:31 -0500, Jorge Medina wrote: >> Hello, >> >> I am trying to direct

Re: Directing logging of a single class to a different file

2011-01-18 Thread Jorge Medina
I really just want the log statements of a single class (MyClass) to be directed to the new file. (set of files since I want to use the daily rolling appender) I can't figure what I am doing wrong. Any help is appreciated. I am using log4j 1.2.13 On Tue, Jan 18, 2011 at 2:31 PM, Jorge M

Directing logging of a single class to a different file

2011-01-18 Thread Jorge Medina
Hello, I am trying to direct the output of a single class (MyClass) to a different log file. I added the following lines to my log4j configuration ### # Metrics Logger Appender #

RE: Using SocketHubAppender

2009-02-19 Thread Jorge Medina
Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Thursday, February 19, 2009 12:10 PM To: log4j-user@logging.apache.org Subject: Using SocketHubAppender Hi, If I understand correctly, if my application uses log4j with a SocketAppender then my application is connecting to the

Using SocketHubAppender

2009-02-19 Thread Jorge Medina
Hi, If I understand correctly, if my application uses log4j with a SocketAppender then my application is connecting to the "logging server".Right? In other words, my application would start the connection to the log server. On the other hand, if my program uses a SocketHubAppender, then my pro

RE: Orthogonal logging configuration

2009-01-21 Thread Jorge Medina
to satisfy my needs. The beauty of open source! Thanks a lot! -Jorge -Original Message- From: Ceki Gulcu [mailto:c...@qos.ch] Sent: Wednesday, January 21, 2009 6:01 AM To: Jorge Medina Subject: Re: Orthogonal logging configuration Hello Jorge, I think logback's SiftingAppend

RE: Orthogonal logging configuration

2009-01-20 Thread Jorge Medina
For Option (2) I just realized I would have override LogManager, since all calls to get a Logger from the Logger class calls methods on LogManager. Any other ideas are welcome. Thank you. -Jorge -Original Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Tuesday, January

Orthogonal logging configuration

2009-01-20 Thread Jorge Medina
Hi, I have a web services application that can be used by a few clients (each client may have several users, but this is not relevant. By client I mean a customer organization, not a client of a client-server system) a) I would like to have separate log files, one per each client. Of cour