|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.conf.logging.EmergLogger
org.millscript.millscript.conf.logging.AlertLogger
org.millscript.millscript.conf.logging.CritLogger
org.millscript.millscript.conf.logging.ErrorLogger
org.millscript.millscript.conf.logging.WarnLogger
org.millscript.millscript.conf.logging.NoticeLogger
org.millscript.millscript.conf.logging.InfoLogger
public class InfoLogger
An "info" level logger, to only log "info" level messages.
| Constructor Summary | |
|---|---|
InfoLogger()
|
|
| Method Summary | |
|---|---|
void |
info(java.lang.Object o)
Logs the specified object as an "info" level message. |
void |
infoLine(java.lang.Object o)
Logs the specified object as an "info" level message and ends the current line of output. |
| Methods inherited from class org.millscript.millscript.conf.logging.NoticeLogger |
|---|
notice, noticeLine |
| Methods inherited from class org.millscript.millscript.conf.logging.WarnLogger |
|---|
warn, warnLine |
| Methods inherited from class org.millscript.millscript.conf.logging.ErrorLogger |
|---|
error, errorLine |
| Methods inherited from class org.millscript.millscript.conf.logging.CritLogger |
|---|
crit, critLine |
| Methods inherited from class org.millscript.millscript.conf.logging.AlertLogger |
|---|
alert, alertLine |
| Methods inherited from class org.millscript.millscript.conf.logging.EmergLogger |
|---|
debug, debugLine, emerg, emergLine, print, println, stackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InfoLogger()
| Method Detail |
|---|
public void info(java.lang.Object o)
Logger
info in interface Loggerinfo in class EmergLoggero - the object to logLogger.info(java.lang.Object)public void infoLine(java.lang.Object o)
Logger
infoLine in interface LoggerinfoLine in class EmergLoggero - the object to logLogger.infoLine(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||