|
||||||||||
| 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
public class CritLogger
An "crit" level logger, to only log "crit" level messages.
| Constructor Summary | |
|---|---|
CritLogger()
|
|
| Method Summary | |
|---|---|
void |
crit(java.lang.Object o)
Logs the specified object as a "crit" level message. |
void |
critLine(java.lang.Object o)
Logs the specified object as a "crit" level message and ends the current line of output. |
| 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, 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 CritLogger()
| Method Detail |
|---|
public void crit(java.lang.Object o)
Logger
crit in interface Loggercrit in class EmergLoggero - the object to logLogger.crit(java.lang.Object)public void critLine(java.lang.Object o)
Logger
critLine in interface LoggercritLine in class EmergLoggero - the object to logLogger.critLine(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||