|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.go.trove.log.LogSerializer
LogListener serializes LogEvents to an ObjectOutputStream. LogSerializer does not distinguish between logged messages and logged exceptions. They are both treated as messages.
| Constructor Summary | |
LogSerializer(java.io.ObjectOutput out)
|
|
| Method Summary | |
void |
logException(LogEvent event)
Called for LogEvents that should be logged as an exception. |
void |
logMessage(LogEvent event)
Called for LogEvents that should be logged like an ordinary message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogSerializer(java.io.ObjectOutput out)
| Method Detail |
public void logMessage(LogEvent event)
LogListenerlogMessage in interface LogListenerpublic void logException(LogEvent event)
LogListenerlogException in interface LogListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||