Uses of Interface
org.apache.maven.doxia.logging.Log

Packages that use Log
org.apache.maven.doxia.logging   
org.apache.maven.doxia.macro   
org.apache.maven.doxia.parser   
org.apache.maven.doxia.sink Maven Doxia API. 
org.apache.maven.doxia.util   
 

Uses of Log in org.apache.maven.doxia.logging
 

Classes in org.apache.maven.doxia.logging that implement Log
 class PlexusLoggerWrapper
          Wrap a Plexus logger into a Doxia logger.
 class SystemStreamLog
          Logger with "standard" output and error output stream.
 

Methods in org.apache.maven.doxia.logging with parameters of type Log
 void LogEnabled.enableLogging(Log log)
          Enable a Doxia logger for this Doxia component.
 

Uses of Log in org.apache.maven.doxia.macro
 

Methods in org.apache.maven.doxia.macro that return Log
protected  Log AbstractMacro.getLog()
          Returns a logger for this macro.
 

Methods in org.apache.maven.doxia.macro with parameters of type Log
 void AbstractMacro.enableLogging(Log log)
          Enable a Doxia logger for this Doxia component.
 

Uses of Log in org.apache.maven.doxia.parser
 

Methods in org.apache.maven.doxia.parser that return Log
protected  Log AbstractParser.getLog()
          Returns the current logger for this parser.
 

Methods in org.apache.maven.doxia.parser with parameters of type Log
 void AbstractParser.enableLogging(Log log)
          Enable a Doxia logger for this Doxia component.
 

Uses of Log in org.apache.maven.doxia.sink
 

Methods in org.apache.maven.doxia.sink that return Log
protected  Log AbstractSink.getLog()
          Returns a logger for this sink.
 

Methods in org.apache.maven.doxia.sink with parameters of type Log
 void AbstractSink.enableLogging(Log log)
          Enable a Doxia logger for this Doxia component.
 void RandomAccessSink.enableLogging(Log log)
          Enable a Doxia logger for this Doxia component.
 

Uses of Log in org.apache.maven.doxia.util
 

Constructors in org.apache.maven.doxia.util with parameters of type Log
XmlValidator(Log log)
          Constructor.
 



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