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

/libcore/luni/src/main/java/java/util/logging/
H A DLogManager.java35 * {@code LogManager} is used to maintain configuration properties of the
39 * There is only one global {@code LogManager} instance in the
44 * The {@code LogManager} class can be specified by
46 * invalid, the default class {@link java.util.logging.LogManager} will
49 * On initialization, {@code LogManager} reads its configuration from a
54 * configuration process of {@code LogManager}.
66 * {@code LogManager} initialization, so that this object's default
68 * {@code LogManager}.
73 * properties file. The {@code LogManager} will read initial
77 * during these two properties using, the {@code LogManager} wil
117 public class LogManager { class
181 protected LogManager() { method in class:LogManager
[all...]

Completed in 131 milliseconds