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 qualified class names is just a convention (and, a convention that time has shown is often not that great an idea if your logging is exposed to end users who have no idea about the internal organization of your code).


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

Reply via email to