org.xwiki.component.logging
Class AbstractLogEnabled

java.lang.Object
  extended by org.xwiki.component.logging.AbstractLogEnabled
All Implemented Interfaces:
LogEnabled

Deprecated. starting with 3.1M2 use javax.inject.Inject annotation to get injected a SLF4J Logger instead

@Deprecated
public class AbstractLogEnabled
extends Object
implements LogEnabled

Convenience class so that components can simply extend this class and not have to reimplement the Logger interface.

Version:
$Id$

Constructor Summary
AbstractLogEnabled()
          Deprecated.  
 
Method Summary
 void enableLogging(Logger logger)
          Deprecated.  
protected  Logger getLogger()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLogEnabled

public AbstractLogEnabled()
Deprecated. 
Method Detail

enableLogging

public void enableLogging(Logger logger)
Deprecated. 
Specified by:
enableLogging in interface LogEnabled

getLogger

protected Logger getLogger()
Deprecated. 


Copyright © 2004-2011 XWiki. All Rights Reserved.