Serialized Form


Package de.fhg.igd.logging

Class de.fhg.igd.logging.ConfigurationChangeEvent extends EventObject implements Serializable

Serialized Fields

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

Class de.fhg.igd.logging.LoggingException extends RuntimeException implements Serializable

Class de.fhg.igd.logging.LogLevel extends Object implements Serializable

Serialization Methods

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
Serialized Fields

name_

String name_
The log level name


priority_

int priority_
The log level priority


Package de.fhg.igd.logging.sun

Class de.fhg.igd.logging.sun.SunLogLevel extends Level implements Serializable

Serialization Methods

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.