Uses of Package
java.util.logging
| Package | Description |
|---|---|
| dalvik.system | |
| java.util.logging | |
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
-
Classes in java.util.logging used by dalvik.system Class Description Level Levelobjects are used to indicate the level of logging.Logger Loggers are used to log records to a variety of destinations such as log files or the console. -
Classes in java.util.logging used by java.util.logging Class Description ErrorManager An error reporting facility forHandlerimplementations to record any error that may happen during logging.Filter AFilterprovides a mechanism for exercising fine-grained control over which records get logged.Formatter Formatterobjects are used to formatLogRecordobjects into a string representation.Handler AHandlerobject accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc.Level Levelobjects are used to indicate the level of logging.Logger Loggers are used to log records to a variety of destinations such as log files or the console.LoggingMXBean LoggingMXBeanis the management interface for the logging sub-system.LogManager LogManageris used to maintain configuration properties of the logging framework, and to manage a hierarchical namespace of all namedLoggerobjects.LogRecord ALogRecordobject represents a logging request.StreamHandler AStreamHandlerobject writes log messages to an output stream, that is, objects of the classOutputStream. -
Classes in java.util.logging used by org.apache.commons.logging.impl Class Description Level Levelobjects are used to indicate the level of logging.Logger Loggers are used to log records to a variety of destinations such as log files or the console.