Serialized Form


Package com.tivoli.jflt

Class com.tivoli.jflt.LogItem implements Serializable

Serialized Fields

className

java.lang.String className

methodName

java.lang.String methodName

text

java.lang.String text

time

long time

type

long type


Package com.tivoli.jflt.buffering

Class com.tivoli.jflt.buffering.CircularBufferAdapter implements Serializable

Serialized Fields

buffer

CircularBuffer buffer
The circular buffer which is attached to this LogAdapter.

isLogEnabled

boolean isLogEnabled
A flag which is true when this object is logging data; false otherwise.


Package com.tivoli.jflt.standard

Class com.tivoli.jflt.standard.StandardAdapter implements Serializable

Serialized Fields

isLogEnabled

boolean isLogEnabled
A flag which is true when this object is logging data; false otherwise.

out

java.io.PrintWriter out
The writer which is attached to this LogAdapter.