Package de.saumya.mojo.jruby
Class MojoLogger
java.lang.Object
de.saumya.mojo.jruby.MojoLogger
- All Implemented Interfaces:
Logger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(CharSequence content) Send a message to the user in the debug level.voiderror(CharSequence content) Send a message to the user in the error level.voidinfo(CharSequence content) Send a message to the user in the info level.voidwarn(CharSequence content) Send a message to the user in the warn level.
-
Field Details
-
verbose
private final boolean verbose -
log
private final org.apache.maven.plugin.logging.Log log
-
-
Constructor Details
-
MojoLogger
public MojoLogger(boolean verbose, org.apache.maven.plugin.logging.Log log)
-
-
Method Details
-
debug
Description copied from interface:LoggerSend a message to the user in the debug level. -
info
Description copied from interface:LoggerSend a message to the user in the info level. -
warn
Description copied from interface:LoggerSend a message to the user in the warn level. -
error
Description copied from interface:LoggerSend a message to the user in the error level.
-