org.apache.maven.doxia.logging
Interface LogEnabled

All Known Subinterfaces:
Macro, Parser, Sink, Sink
All Known Implementing Classes:
AbstractMacro, AbstractParser, AbstractSink, AbstractTextParser, AbstractTextSink, AbstractXhtmlSink, AbstractXmlParser, AbstractXmlSink, AptParser, AptSink, ConfluenceParser, ConfluenceSink, DocBookParser, DocBookSink, EchoMacro, FmlContentParser, FmlParser, FoAggregateSink, FoSink, IndexingSink, ITextSink, LatexSink, MarkdownParser, RandomAccessSink, RtfSink, SinkAdapter, SnippetMacro, SwfMacro, TocMacro, TWikiParser, TWikiSink, XdocParser, XdocSink, XhtmlBaseParser, XhtmlBaseSink, XhtmlParser, XhtmlSink, XmlWriterXdocSink

public interface LogEnabled

An interface for Doxia components (mainly Sink, Parser and Macro) that need the ability to log.
Based on org.codehaus.plexus.logging.LogEnabled.

Since:
1.1
Version:
$Id: LogEnabled.java 733395 2009-01-10 23:09:40Z ltheussl $
Author:
ltheussl

Method Summary
 void enableLogging(Log log)
          Enable a Doxia logger for this Doxia component.
 

Method Detail

enableLogging

void enableLogging(Log log)
Enable a Doxia logger for this Doxia component.

Parameters:
log - a Log.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.