Package org.apache.maven.doxia.logging
Interface LogEnabled
-
@Deprecated public interface LogEnabled
Deprecated.An interface forDoxia
components (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 void
enableLogging(Log log)
Deprecated.Enable aDoxia
logger for thisDoxia
component.
-
-
-
Method Detail
-
enableLogging
void enableLogging(Log log)
Deprecated.Enable aDoxia
logger for thisDoxia
component.- Parameters:
log
- a Log.
-
-