Uses of Interface
org.apache.maven.doxia.logging.Log
-
Packages that use Log Package Description org.apache.maven.doxia.logging org.apache.maven.doxia.macro org.apache.maven.doxia.parser org.apache.maven.doxia.sink.impl org.apache.maven.doxia.util -
-
Uses of Log in org.apache.maven.doxia.logging
Classes in org.apache.maven.doxia.logging that implement Log Modifier and Type Class Description 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 Modifier and Type Method Description void
LogEnabled. enableLogging(Log log)
Enable aDoxia
logger for thisDoxia
component. -
Uses of Log in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro that return Log Modifier and Type Method Description protected Log
AbstractMacro. getLog()
Returns a logger for this macro.Methods in org.apache.maven.doxia.macro with parameters of type Log Modifier and Type Method Description void
AbstractMacro. enableLogging(Log log)
Enable aDoxia
logger for thisDoxia
component. -
Uses of Log in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that return Log Modifier and Type Method Description protected Log
AbstractParser. getLog()
Returns the current logger for this parser.Methods in org.apache.maven.doxia.parser with parameters of type Log Modifier and Type Method Description void
AbstractParser. enableLogging(Log log)
Enable aDoxia
logger for thisDoxia
component. -
Uses of Log in org.apache.maven.doxia.sink.impl
Methods in org.apache.maven.doxia.sink.impl that return Log Modifier and Type Method Description protected Log
AbstractSink. getLog()
Returns a logger for this sink.Methods in org.apache.maven.doxia.sink.impl with parameters of type Log Modifier and Type Method Description void
AbstractSink. enableLogging(Log log)
Enable aDoxia
logger for thisDoxia
component.void
RandomAccessSink. enableLogging(Log log)
-
Uses of Log in org.apache.maven.doxia.util
Constructors in org.apache.maven.doxia.util with parameters of type Log Constructor Description XmlValidator(Log log)
Constructor.
-