|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.util.log.LogRecorder.Record
public static final class LogRecorder.Record
A Record keeps track of a logged information.
| Method Summary | |
|---|---|
Throwable |
getError()
Returns the logged error. |
Level |
getLevel()
Returns the level of the logged information. |
Object |
getMessage()
Returns the logged message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Object getMessage()
null if no logged message.public Throwable getError()
null if no logged error.public Level getLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||