org.xwiki.component.logging
Class AbstractLogEnabled
java.lang.Object
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$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLogEnabled
public AbstractLogEnabled()
- Deprecated.
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.