Re: Can we define multiple Logger instance in a single class file?

2008-11-23 Thread WJCarpenter
If it is possible then what will be the value for "?". Logger myLogger = Logger.getLogger("?"); in java file. and for referring the same Logger instance in log4j.properties file, how we will be defining the Appender. You can call your loggers whatever you want. Naming them after fully qua

Can we define multiple Logger instance in a single class file?

2008-11-23 Thread manish_goyal
Hi, Could any one tell me how to create multiple Logger instance in a single class? Is this possible? If it is possible then what will be the value for "?". Logger myLogger = Logger.getLogger("?"); in class file. and for referring the same Logger instance in log4j.properties file, how we will b