Uses of Class
java.util.logging.Logger
| Package | Description |
|---|---|
| dalvik.system | |
| java.util.logging | |
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
-
Uses of Logger in dalvik.system
-
Uses of Logger in java.util.logging
Fields in java.util.logging declared as Logger Modifier and Type Field Description static LoggerLogger. globalDeprecated.This is deadlock-prone.Methods in java.util.logging that return Logger Modifier and Type Method Description static LoggerLogger. getAnonymousLogger()Gets an anonymous logger to use internally in a thread.static LoggerLogger. getAnonymousLogger(String resourceBundleName)Gets an anonymous logger to use internally in a thread.static LoggerLogger. getGlobal()Returns the globalLogger.static LoggerLogger. getLogger(String name)Gets a named logger.static LoggerLogger. getLogger(String name, String resourceBundleName)Gets a named logger associated with the supplied resource bundle.LoggerLogManager. getLogger(String name)Get the logger with the given name.LoggerLogger. getParent()Gets the nearest parent of this logger in the namespace, anullvalue will be returned if called on the root logger. -
Uses of Logger in org.apache.commons.logging.impl
Fields in org.apache.commons.logging.impl declared as Logger Modifier and Type Field Description protected LoggerJdk14Logger. loggerThe underlying Logger implementation we are using.Methods in org.apache.commons.logging.impl that return Logger Modifier and Type Method Description LoggerJdk14Logger. getLogger()Return the native Logger instance we are using.