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
Fields in org.apache.maven.doxia.macro declared as Log Modifier and Type Field Description private Log
AbstractMacro. logger
Log instance.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
Fields in org.apache.maven.doxia.parser declared as Log Modifier and Type Field Description private Log
AbstractParser. logger
Log instance.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
Fields in org.apache.maven.doxia.sink.impl declared as Log Modifier and Type Field Description private Log
AbstractSink. logger
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
Fields in org.apache.maven.doxia.util declared as Log Modifier and Type Field Description private Log
XmlValidator.MessagesErrorHandler. log
private Log
XmlValidator. logger
Methods in org.apache.maven.doxia.util that return Log Modifier and Type Method Description private Log
XmlValidator. getLog()
Constructors in org.apache.maven.doxia.util with parameters of type Log Constructor Description MessagesErrorHandler(Log log)
XmlValidator(Log log)
Constructor.
-