Home
last modified time | relevance | path

Searched defs:getLogger (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/logging/
DLoggingProxy.java36 public Object getLogger(String name); in getLogger() method
DLoggingSupport.java98 public static Object getLogger(String name) { in getLogger() method in LoggingSupport
DPlatformLogger.java193 public static synchronized PlatformLogger getLogger(String name) { in getLogger() method in PlatformLogger
/libcore/ojluni/src/main/java/java/util/logging/
DLoggingProxyImpl.java39 public Object getLogger(String name) { in getLogger() method in LoggingProxyImpl
DLogger.java491 public static Logger getLogger(String name) { in getLogger() method in Logger
551 public static Logger getLogger(String name, String resourceBundleName) { in getLogger() method in Logger
DLogManager.java1206 public Logger getLogger(String name) { in getLogger() method in LogManager
/libcore/ojluni/src/main/java/java/util/prefs/
DFileSystemPreferences.java59 private static PlatformLogger getLogger() { in getLogger() method in FileSystemPreferences
/libcore/ojluni/annotations/sdk/nullability/java/util/logging/
DLogger.annotated.java42 @libcore.util.NonNull public static java.util.logging.Logger getLogger(@libcore.util.NonNull java.l… in getLogger() method in Logger
44 @libcore.util.NonNull public static java.util.logging.Logger getLogger(@libcore.util.NonNull java.l… in getLogger() method in Logger
/libcore/ojluni/annotations/hiddenapi/java/util/logging/
DLogger.java75 public static java.util.logging.Logger getLogger(java.lang.String name) { in getLogger() method in Logger
79 public static java.util.logging.Logger getLogger( in getLogger() method in Logger
DLogManager.java121 public java.util.logging.Logger getLogger(java.lang.String name) { in getLogger() method in LogManager