Package de.saumya.mojo.ruby
Class SystemLogger
- java.lang.Object
-
- de.saumya.mojo.ruby.SystemLogger
-
-
Constructor Summary
Constructors Constructor Description SystemLogger()SystemLogger(boolean verbose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(java.lang.CharSequence content)Send a message to the user in the debug level.voiderror(java.lang.CharSequence content)Send a message to the user in the error level.voidinfo(java.lang.CharSequence content)Send a message to the user in the info level.voidwarn(java.lang.CharSequence content)Send a message to the user in the warn level.
-
-
-
Method Detail
-
debug
public void debug(java.lang.CharSequence content)
Description copied from interface:LoggerSend a message to the user in the debug level.
-
info
public void info(java.lang.CharSequence content)
Description copied from interface:LoggerSend a message to the user in the info level.
-
warn
public void warn(java.lang.CharSequence content)
Description copied from interface:LoggerSend a message to the user in the warn level.
-
-