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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java41 * There is a single global LogManager object that is used to
44 * This LogManager object:
53 * The global LogManager object can be retrieved using LogManager.getLogManager().
54 * The LogManager object is created during class initialization and
57 * At startup the LogManager class is located using the
60 * The LogManager defines two optional system properties that allow control over
75 * to define properties in the LogManager.
82 * If neither of these properties is defined then the LogManager uses its
121 * Note that all classes loaded during LogManager configuratio
144 public class LogManager { class
241 protected LogManager() { method in class:LogManager
245 private LogManager(Void checked) { method in class:LogManager
[all...]

Completed in 37 milliseconds