|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.saumya.mojo.ruby.SystemLogger
public class SystemLogger
| Constructor Summary | |
|---|---|
SystemLogger()
|
|
SystemLogger(boolean verbose)
|
|
| Method Summary | |
|---|---|
void |
debug(java.lang.CharSequence content)
Send a message to the user in the debug level. |
void |
error(java.lang.CharSequence content)
Send a message to the user in the error level. |
void |
info(java.lang.CharSequence content)
Send a message to the user in the info level. |
void |
warn(java.lang.CharSequence content)
Send a message to the user in the warn level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemLogger()
public SystemLogger(boolean verbose)
| Method Detail |
|---|
public void debug(java.lang.CharSequence content)
Logger
debug in interface Loggerpublic void info(java.lang.CharSequence content)
Logger
info in interface Loggerpublic void warn(java.lang.CharSequence content)
Logger
warn in interface Loggerpublic void error(java.lang.CharSequence content)
Logger
error in interface Logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||