|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.saumya.mojo.ruby.NoopLogger
public class NoopLogger
| Constructor Summary | |
|---|---|
NoopLogger()
|
|
NoopLogger(boolean verbose)
|
|
| Method Summary | |
|---|---|
void |
debug(CharSequence content)
Send a message to the user in the debug level. |
void |
error(CharSequence content)
Send a message to the user in the error level. |
void |
info(CharSequence content)
Send a message to the user in the info level. |
void |
warn(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 NoopLogger()
public NoopLogger(boolean verbose)
| Method Detail |
|---|
public void debug(CharSequence content)
Logger
debug in interface Loggerpublic void info(CharSequence content)
Logger
info in interface Loggerpublic void warn(CharSequence content)
Logger
warn in interface Loggerpublic void error(CharSequence content)
Logger
error in interface Logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||