Package org.apache.maven.doxia.logging
Interface LogEnabled
-
public interface LogEnabledAn 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 Modifier and Type Method Description voidenableLogging(Log log)Enable aDoxialogger for thisDoxiacomponent.
-
-
-
Method Detail
-
enableLogging
void enableLogging(Log log)
Enable aDoxialogger for thisDoxiacomponent.- Parameters:
log- a Log.
-
-