Package org.apache.maven.doxia.logging
Interface LogEnabled
- All Known Implementing Classes:
AbstractMacro
,AbstractParser
,AbstractSink
,AbstractTextParser
,AbstractTextSink
,AbstractXhtml5Sink
,AbstractXhtmlSink
,AbstractXmlParser
,AbstractXmlSink
,AptParser
,AptSink
,ConfluenceParser
,ConfluenceSink
,DocBookParser
,DocBookSink
,EchoMacro
,FmlContentParser
,FmlParser
,IndexingSink
,LatexSink
,RandomAccessSink
,RtfSink
,SinkAdapter
,SnippetMacro
,SsiMacro
,SwfMacro
,TocMacro
,TWikiParser
,TWikiSink
,XdocParser
,XdocSink
,Xhtml5BaseParser
,Xhtml5BaseSink
,Xhtml5Parser
,Xhtml5Sink
,XhtmlBaseParser
,XhtmlBaseSink
,XhtmlParser
,XhtmlSink
,XmlWriterXdocSink
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
-
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.
-