same thing.

On Thu, Apr 16, 2009 at 5:57 PM, Vani Bandargal <vanims...@hotmail.com>wrote:

>
>
> yaog wrote:
> >
> > In the log4j file add different logger definitions for MyLogger1 and
> > MyLogger2.
> >
>
> you mean In log4J.properties or in log4J.xml?
>
>
> yaog wrote:
> >
> > He means this:
> >
> >
> > public class OfflineMethodsDelegate extends BaseDelegate {
> >
> >        private static Logger logger1 = Logger.getInstance("MyLogger1");
> >
> >        private static Logger logger2 = Logger.getInstance("MyLogger2");
> >
> >
> >
> > public void method1(UserInfo uInfo)throws DAOException {
> >                logger1.debug("This is Method 1 Log");
> >
> >        }
> >
> > public void method2(UserInfo uInfo)throws DAOException {
> >                logger2.debug("This is Method 2 Log");
> >
> >        }
> >
> > }
> >
> >
> >
> Is not it the name given in Logger.getInstance is just arbitarary name and
> no mattter what iou give , it will be written to the same file configured?
> --
> View this message in context:
> http://www.nabble.com/Is-there-any-way-to-output-the-log-statemts-from-a-particular-method-to-a-different-log-file-other-than-what-is-configued-for-that-package--tp23078688p23079687.html
> Sent from the Log4j - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> For additional commands, e-mail: log4j-user-h...@logging.apache.org
>
>

Reply via email to