JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Package
java.util.logging

Packages that use java.util.logging
java.util.logging Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. 
 

Classes in java.util.logging used by java.util.logging
ErrorManager
          ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging.
Filter
          A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
Formatter
          A Formatter provides support for formatting LogRecords.
Handler
          A Handler object takes log messages from a Logger and exports them.
Level
          The Level class defines a set of standard logging levels that can be used to control logging output.
Logger
          A Logger object is used to log messages for a specific system or application component.
LogManager
          There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.
LogRecord
          LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
StreamHandler
          Stream based logging Handler.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 2003, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.