Serialized Form
Package de.fhg.igd.logging |
type_
int type_
- The operation type
key_
Object key_
- The affected property key
oldval_
Object oldval_
- The property value before the operation
newval_
Object newval_
- The property value after the operation
readResolve
private Object readResolve()
throws InvalidObjectException
- Serialization magic to avoid "doppelgangers" and also for
performance optimization.
- Throws:
InvalidObjectException
- if the deserialized LogLevel
does not exist
name_
String name_
- The log level name
priority_
int priority_
- The log level priority
Package de.fhg.igd.logging.sun |
readResolve
private Object readResolve()
throws InvalidObjectException
- Serialization magic to avoid "doppelgangers" and also for
performance optimization.
- Throws:
InvalidObjectException
- if the deserialized SunLogLevel
does not exist
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.