Package org.apache.maven.doxia.logging
Interface LogEnabled
Deprecated.
An interface for
Based on
Doxia
components (mainly Sink, Parser and Macro) that need the ability to log.
Based on
org.codehaus.plexus.logging.LogEnabled
.- Since:
- 1.1
- Author:
- ltheussl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enableLogging
(Log log) Deprecated.Enable aDoxia
logger for thisDoxia
component.
-
Method Details
-
enableLogging
Deprecated.Enable aDoxia
logger for thisDoxia
component.- Parameters:
log
- a Log.
-