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 classPlexusLoggerWrapperWrap a Plexus logger into a Doxia logger.classSystemStreamLogLogger with "standard" output and error output stream.Methods in org.apache.maven.doxia.logging with parameters of type Log Modifier and Type Method Description voidLogEnabled. enableLogging(Log log)Enable aDoxialogger for thisDoxiacomponent. -
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 LogAbstractMacro. getLog()Returns a logger for this macro.Methods in org.apache.maven.doxia.macro with parameters of type Log Modifier and Type Method Description voidAbstractMacro. enableLogging(Log log)Enable aDoxialogger for thisDoxiacomponent. -
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 LogAbstractParser. 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 voidAbstractParser. enableLogging(Log log)Enable aDoxialogger for thisDoxiacomponent. -
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 LogAbstractSink. 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 voidAbstractSink. enableLogging(Log log)Enable aDoxialogger for thisDoxiacomponent.voidRandomAccessSink. 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.
-