java.util.logging
package.See: Description
| Class | Description |
|---|---|
| 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.
|
java.util.logging
package.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.