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 TypeClassDescriptionclass
Deprecated.class
Deprecated.Methods in org.apache.maven.doxia.logging with parameters of type LogModifier and TypeMethodDescriptionvoid
LogEnabled.enableLogging
(Log log) Deprecated.Enable aDoxia
logger for thisDoxia
component. -
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 Log
AbstractMacro.getLog()
Returns a logger for this macro.Methods in org.apache.maven.doxia.macro with parameters of type LogModifier and TypeMethodDescriptionvoid
AbstractMacro.enableLogging
(Log log) Enable aDoxia
logger for thisDoxia
component. -
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 Log
AbstractParser.getLog()
Returns the current logger for this parser.Methods in org.apache.maven.doxia.parser with parameters of type LogModifier and TypeMethodDescriptionvoid
AbstractParser.enableLogging
(Log log) Enable aDoxia
logger for thisDoxia
component. -
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 Log
AbstractSink.getLog()
Returns a logger for this sink.Methods in org.apache.maven.doxia.sink.impl with parameters of type LogModifier and TypeMethodDescriptionvoid
AbstractSink.enableLogging
(Log log) Enable aDoxia
logger for thisDoxia
component.void
RandomAccessSink.enableLogging
(Log log) Enable aDoxia
logger for thisDoxia
component. -
Uses of Log in org.apache.maven.doxia.util
Fields in org.apache.maven.doxia.util declared as LogModifier and TypeFieldDescriptionprivate final Log
XmlValidator.MessagesErrorHandler.log
private Log
XmlValidator.logger
Methods in org.apache.maven.doxia.util that return LogConstructors in org.apache.maven.doxia.util with parameters of type LogModifierConstructorDescriptionprivate
MessagesErrorHandler
(Log log) XmlValidator
(Log log) Constructor.