Package de.saumya.mojo.ruby
Class NoopLogger
java.lang.Object
de.saumya.mojo.ruby.NoopLogger
- All Implemented Interfaces:
Logger
-
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.
-
Constructor Details
-
NoopLogger
public NoopLogger() -
NoopLogger
public NoopLogger(boolean verbose)
-
-
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.
-