|
||||||||||
| 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
org.millscript.millscript.conf.logging.NoticeLogger
org.millscript.millscript.conf.logging.InfoLogger
org.millscript.millscript.conf.logging.DebugLogger
public class DebugLogger
An "debug" level logger, to only log "debug" level messages.
| Constructor Summary | |
|---|---|
DebugLogger()
|
|
| Method Summary | |
|---|---|
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 |
stackTrace(java.lang.Throwable t)
Prints a stack trace for the specified throwable object, to the relevant output for this logger. |
| Methods inherited from class org.millscript.millscript.conf.logging.InfoLogger |
|---|
info, infoLine |
| Methods inherited from class org.millscript.millscript.conf.logging.NoticeLogger |
|---|
notice, noticeLine |
| Methods inherited from class org.millscript.millscript.conf.logging.WarnLogger |
|---|
warn, warnLine |
| 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 |
|---|
emerg, emergLine, print, println |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugLogger()
| Method Detail |
|---|
public void debug(java.lang.Object o)
Logger
debug in interface Loggerdebug in class EmergLoggero - the object to logLogger.debug(java.lang.Object)public void debugLine(java.lang.Object o)
Logger
debugLine in interface LoggerdebugLine in class EmergLoggero - the object to logLogger.debugLine(java.lang.Object)public void stackTrace(java.lang.Throwable t)
Logger
stackTrace in interface LoggerstackTrace in class EmergLoggert - The throwable to print a stack trace forLogger.stackTrace(java.lang.Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||