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
Fields in org.apache.maven.doxia.macro declared as Log Modifier and Type Field Description private LogAbstractMacro. loggerLog instance.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
Fields in org.apache.maven.doxia.parser declared as Log Modifier and Type Field Description private LogAbstractParser. loggerLog instance.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
Fields in org.apache.maven.doxia.sink.impl declared as Log Modifier and Type Field Description private LogAbstractSink. loggerMethods 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
Fields in org.apache.maven.doxia.util declared as Log Modifier and Type Field Description private LogXmlValidator.MessagesErrorHandler. logprivate LogXmlValidator. loggerMethods in org.apache.maven.doxia.util that return Log Modifier and Type Method Description private LogXmlValidator. getLog()Constructors in org.apache.maven.doxia.util with parameters of type Log Constructor Description MessagesErrorHandler(Log log)XmlValidator(Log log)Constructor.
-