Package org.xwiki.component.logging
Class AbstractLogEnabled
- java.lang.Object
-
- org.xwiki.component.logging.AbstractLogEnabled
-
- All Implemented Interfaces:
LogEnabled
@Deprecated public class AbstractLogEnabled extends Object implements LogEnabled
Deprecated.starting with 3.1M2 useInject
annotation to get injected a SLF4J Logger insteadConvenience class so that components can simply extend this class and not have to reimplement theLogger
interface.- Version:
- $Id: a86c069c794e0567792fd195c701869028e7316f $
-
-
Constructor Summary
Constructors Constructor Description AbstractLogEnabled()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
enableLogging(Logger logger)
Deprecated.protected Logger
getLogger()
Deprecated.
-
-
-
Method Detail
-
enableLogging
public void enableLogging(Logger logger)
Deprecated.- Specified by:
enableLogging
in interfaceLogEnabled
-
getLogger
protected Logger getLogger()
Deprecated.
-
-