Package org.apache.maven.doxia.logging
Interface LogEnabled
-
@Deprecated public interface LogEnabledDeprecated.An interface forDoxiacomponents (mainly Sink, Parser and Macro) that need the ability to log.
Based onorg.codehaus.plexus.logging.LogEnabled.- Since:
- 1.1
- Author:
- ltheussl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidenableLogging(Log log)Deprecated.Enable aDoxialogger for thisDoxiacomponent.
-
-
-
Method Detail
-
enableLogging
void enableLogging(Log log)
Deprecated.Enable aDoxialogger for thisDoxiacomponent.- Parameters:
log- a Log.
-
-