Generated by
JDiff

Class java.util.logging.Level

Documentation changed from old to new.

Changed Fields
Level ALL Documentation changed from old to new.
ALL indicates that all messages should be logged.
Level CONFIG Documentation changed from old to new.
CONFIG is a message level for static configuration messages.
Level FINE Documentation changed from old to new.
FINE is a message level providing tracing information.
Level FINER Documentation changed from old to new.
FINER indicates a fairly detailed tracing message.
Level FINEST Documentation changed from old to new.
FINEST indicates a highly detailed tracing message.
Level INFO Documentation changed from old to new.
INFO is a message level for informational messages.
Level OFF Documentation changed from old to new.
OFF is a special level that can be used to turn off logging.
Level SEVERE Documentation changed from old to new.
SEVERE is a message level indicating a serious failure.
Level WARNING Documentation changed from old to new.
WARNING is a message level indicating a potential problem.