|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.conf.logging.EmergLogger
public class EmergLogger
An "emerg" level logger, to only log "emerg" level messages.
| Constructor Summary | |
|---|---|
EmergLogger()
|
|
| 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. |
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. |
void |
debug(java.lang.Object o)
Logs the specified object as a "debug" level message. |
void |
debugLine(java.lang.Object o)
Logs the specified object as a "debug" level message and ends the current line of output. |
void |
emerg(java.lang.Object o)
Logs the specified object as an "emerg" level message. |
void |
emergLine(java.lang.Object o)
Logs the specified object as an "emerg" level message and ends the current line of output. |
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. |
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. |
void |
notice(java.lang.Object o)
Logs the specified object as a "notice" level message. |
void |
noticeLine(java.lang.Object o)
Logs the specified object as a "notice" level message and ends the current line of output. |
void |
print(java.lang.Object o)
Prints the specified object to the relevant output for this logger. |
void |
println(java.lang.Object o)
Prints the specified object to the relevant output for this logger and then ends the line. |
void |
stackTrace(java.lang.Throwable t)
Prints a stack trace for the specified throwable object, to the relevant output for this logger. |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmergLogger()
| Method Detail |
|---|
public void alert(java.lang.Object o)
Logger
alert in interface Loggero - the object to logLogger.alert(java.lang.Object)public void alertLine(java.lang.Object o)
Logger
alertLine in interface Loggero - the object to logLogger.alertLine(java.lang.Object)public void crit(java.lang.Object o)
Logger
crit in interface Loggero - the object to logLogger.crit(java.lang.Object)public void critLine(java.lang.Object o)
Logger
critLine in interface Loggero - the object to logLogger.critLine(java.lang.Object)public void debug(java.lang.Object o)
Logger
debug in interface Loggero - the object to logLogger.debug(java.lang.Object)public void debugLine(java.lang.Object o)
Logger
debugLine in interface Loggero - the object to logLogger.debugLine(java.lang.Object)public void emerg(java.lang.Object o)
Logger
emerg in interface Loggero - the object to logLogger.emerg(java.lang.Object)public void emergLine(java.lang.Object o)
Logger
emergLine in interface Loggero - the object to logLogger.emergLine(java.lang.Object)public void error(java.lang.Object o)
Logger
error in interface Loggero - the object to logLogger.error(java.lang.Object)public void errorLine(java.lang.Object o)
Logger
errorLine in interface Loggero - the object to logLogger.errorLine(java.lang.Object)public void info(java.lang.Object o)
Logger
info in interface Loggero - the object to logLogger.info(java.lang.Object)public void infoLine(java.lang.Object o)
Logger
infoLine in interface Loggero - the object to logLogger.infoLine(java.lang.Object)public void notice(java.lang.Object o)
Logger
notice in interface Loggero - the object to logLogger.notice(java.lang.Object)public void noticeLine(java.lang.Object o)
Logger
noticeLine in interface Loggero - the object to logLogger.noticeLine(java.lang.Object)public void print(java.lang.Object o)
Logger
print in interface Loggero - The Object to be printedLogger.print(java.lang.Object)public void println(java.lang.Object o)
Logger
println in interface Loggero - The Object to be printedLogger.println(java.lang.Object)public void stackTrace(java.lang.Throwable t)
Logger
stackTrace in interface Loggert - The throwable to print a stack trace forLogger.stackTrace(java.lang.Throwable)public void warn(java.lang.Object o)
Logger
warn in interface Loggero - the object to logLogger.warn(java.lang.Object)public void warnLine(java.lang.Object o)
Logger
warnLine in interface Loggero - the object to logLogger.warnLine(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||