JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.apache.maven.plugin.logging.Log
Packages that use
Log
Package
Description
org.apache.maven.plugin
org.apache.maven.plugin.logging
Uses of
Log
in
org.apache.maven.plugin
Methods in
org.apache.maven.plugin
that return
Log
Modifier and Type
Method
Description
Log
AbstractMojo.
getLog
()
Deprecated.
Use SLF4J directly
Log
Mojo.
getLog
()
Deprecated.
Use SLF4J directly
Methods in
org.apache.maven.plugin
with parameters of type
Log
Modifier and Type
Method
Description
void
AbstractMojo.
setLog
(
Log
log)
Deprecated.
Use SLF4J directly
void
Mojo.
setLog
(
Log
log)
Deprecated.
Use SLF4J directly
Uses of
Log
in
org.apache.maven.plugin.logging
Classes in
org.apache.maven.plugin.logging
that implement
Log
Modifier and Type
Class
Description
class
SystemStreamLog
Deprecated.
Use SLF4J directly