Package de.saumya.mojo.ruby
Class SystemLogger
java.lang.Object
de.saumya.mojo.ruby.SystemLogger
- 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
-
-
Constructor Details
-
SystemLogger
public SystemLogger() -
SystemLogger
public SystemLogger(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.
-