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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogger.java284 * GLOBAL_LOGGER_NAME is a name for the global logger.
288 public static final String GLOBAL_LOGGER_NAME = "global";
291 * Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
293 * @return global logger object
298 // and Logger static initializers causing deadlocks, the global
305 // Logger.global.manager will be null.
307 // In order to finish the initialization of the global logger, we
312 // Indeed we cannot rely on the observed value of global.manager,
313 // because global.manager will become not null somewhere during
316 // will see global
355 public static final Logger global = new Logger(GLOBAL_LOGGER_NAME); field in class:Logger
[all...]

Completed in 117 milliseconds