Package com.sun.jini.logging

Defines convenience classes for use with the java.util.logging package.

See:
          Description

Class Summary
Levels Defines additional Level values.
Levels.ClassReplacingObjectOutputStream Defines an object output stream that allows the data for one class to be interpreted as the data for another class.
Levels.LevelData Defines a class that has the same data format as the Level class, to permit creating the serialized form of a Level instance.
LogManager Defines a LogManager that insures that the Levels.FAILED and Levels.HANDLED fields, instances of Level, have been initialized, and that can periodically check for changes to the logging configuration file and force it to be reread.
LogUtil A set of static convenience methods used for logging.
 

Package com.sun.jini.logging Description

Defines convenience classes for use with the java.util.logging package.

Since:
2.0


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.