Jorg Heymans wrote:
> 
> Is this change transparent to the end-user? I mean all I need 
> to do ATM to print logging statements is getLogger().debug() 
> or worste case implement Loggable.
> 
> Will this change then transparently hand you a log4j logger 
> or do I need to declare one of those pesky private static 
> final Logger logger = Logger.getLogger(myclass.class) in each class?
> 
No, no - of course this is completly transparent. We will not loose
the IoC for loggers.
So getLogger() returns you a Log4J logger - you don't have to 
change a single line in your code.

Carsten

Reply via email to