Package org.apache.maven.plugin.logging
package org.apache.maven.plugin.logging
-
ClassDescriptionThis interface supplies the API for providing feedback to the user from the
Mojo
, using standardMaven
channels.
There should be no big surprises here, although you may notice that the methods acceptjava.lang.CharSequence
rather thanjava.lang.String
.Logger with "standard" output and error output stream.