Searched defs:PlatformLogger (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DPlatformLogger.java47 * In addition, the PlatformLogger API can be used if the logging
87 public class PlatformLogger { class
90 * the clients of sun.util.logging.PlatformLogger require no source
93 * This can be done when JavaFX is converted to use the new PlatformLogger.Level API.
106 * PlatformLogger logging levels.
131 PlatformLogger.ALL, PlatformLogger.FINEST, PlatformLogger.FINER,
132 PlatformLogger.FINE, PlatformLogger
241 private PlatformLogger(String name) { method in class:PlatformLogger
[all...]

Completed in 49 milliseconds