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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java40 * There is a single global LogManager object that is used to
43 * This LogManager object:
52 * The global LogManager object can be retrieved using LogManager.getLogManager().
53 * The LogManager object is created during class initialization and
56 * At startup the LogManager class is located using the
59 * By default, the LogManager reads its initial configuration from
64 * In addition, the LogManager uses two optional system properties that
80 * to define properties in the LogManager.
88 * above, the LogManager wil
148 public class LogManager { class
253 protected LogManager() { method in class:LogManager
[all...]

Completed in 165 milliseconds