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