|
||||||||||
| 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
public class AlertLogger
An "alert" level logger, to only log "alert" level messages.
| Constructor Summary | |
|---|---|
AlertLogger()
|
|
| Method Summary | |
|---|---|
void |
alert(java.lang.Object o)
Logs the specified object as an "alert" level message. |
void |
alertLine(java.lang.Object o)
Logs the specified object as an "alert" level message and ends the current line of output. |
| Methods inherited from class org.millscript.millscript.conf.logging.EmergLogger |
|---|
crit, critLine, debug, debugLine, emerg, emergLine, error, errorLine, 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 AlertLogger()
| Method Detail |
|---|
public void alert(java.lang.Object o)
Logger
alert in interface Loggeralert in class EmergLoggero - the object to logLogger.alert(java.lang.Object)public void alertLine(java.lang.Object o)
Logger
alertLine in interface LoggeralertLine in class EmergLoggero - the object to logLogger.alertLine(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||