Uses of Interface
org.apache.maven.shared.invoker.InvokerLogger
-
Uses of InvokerLogger in org.apache.maven.shared.invoker
Modifier and TypeClassDescriptionclass
Offers a logger that writes to a print stream likeSystem.out
.class
Offers a logger that writes toSystem.out
.Modifier and TypeMethodDescriptionDefaultInvoker.getLogger()
Getter for the fieldlogger
.Invoker.getLogger()
Gets the logger used by this invoker to output diagnostic messages.MavenCommandLineBuilder.getLogger()
Getter for the fieldlogger
.Modifier and TypeMethodDescriptionDefaultInvoker.setLogger
(InvokerLogger logger) Sets the logger used by this invoker to output diagnostic messages.Invoker.setLogger
(InvokerLogger logger) Sets the logger used by this invoker to output diagnostic messages.void
MavenCommandLineBuilder.setLogger
(InvokerLogger logger) Setter for the fieldlogger
.