|
||||||||||
| 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
public class WarnLogger
An "warn" level logger, to only log "warn" level messages.
| Constructor Summary | |
|---|---|
WarnLogger()
|
|
| Method Summary | |
|---|---|
void |
warn(java.lang.Object o)
Logs the specified object as a "warn" level message. |
void |
warnLine(java.lang.Object o)
Logs the specified object as a "warn" level message and ends the current line of output. |
| 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, info, infoLine, notice, noticeLine, print, println, stackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WarnLogger()
| Method Detail |
|---|
public void warn(java.lang.Object o)
Logger
warn in interface Loggerwarn in class EmergLoggero - the object to logLogger.warn(java.lang.Object)public void warnLine(java.lang.Object o)
Logger
warnLine in interface LoggerwarnLine in class EmergLoggero - the object to logLogger.warnLine(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||