Uses of Interface
org.apache.maven.doxia.logging.Log
Packages that use Log
Package
Description
-
Uses of Log in org.apache.maven.doxia.logging
Classes in org.apache.maven.doxia.logging that implement LogModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Methods in org.apache.maven.doxia.logging with parameters of type LogModifier and TypeMethodDescriptionvoidLogEnabled.enableLogging(Log log) Deprecated.Enable aDoxialogger for thisDoxiacomponent. -
Uses of Log in org.apache.maven.doxia.macro
Fields in org.apache.maven.doxia.macro declared as LogMethods in org.apache.maven.doxia.macro that return LogModifier and TypeMethodDescriptionprotected LogAbstractMacro.getLog()Returns a logger for this macro.Methods in org.apache.maven.doxia.macro with parameters of type LogModifier and TypeMethodDescriptionvoidAbstractMacro.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 LogMethods in org.apache.maven.doxia.parser that return LogModifier and TypeMethodDescriptionprotected LogAbstractParser.getLog()Returns the current logger for this parser.Methods in org.apache.maven.doxia.parser with parameters of type LogModifier and TypeMethodDescriptionvoidAbstractParser.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 LogMethods in org.apache.maven.doxia.sink.impl that return LogModifier and TypeMethodDescriptionprotected LogAbstractSink.getLog()Returns a logger for this sink.Methods in org.apache.maven.doxia.sink.impl with parameters of type LogModifier and TypeMethodDescriptionvoidAbstractSink.enableLogging(Log log) Enable aDoxialogger for thisDoxiacomponent.voidRandomAccessSink.enableLogging(Log log) Enable aDoxialogger for thisDoxiacomponent. -
Uses of Log in org.apache.maven.doxia.util
Fields in org.apache.maven.doxia.util declared as LogModifier and TypeFieldDescriptionprivate final LogXmlValidator.MessagesErrorHandler.logprivate LogXmlValidator.loggerMethods in org.apache.maven.doxia.util that return LogConstructors in org.apache.maven.doxia.util with parameters of type LogModifierConstructorDescriptionprivateMessagesErrorHandler(Log log) XmlValidator(Log log) Constructor.