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

/libcore/luni/src/main/java/java/util/logging/
H A DLogger.java86 * The name of the global logger. Before using this, see the discussion of how to use
90 public static final String GLOBAL_LOGGER_NAME = "global";
93 * The global logger is provided as convenience for casual use.
99 public static final Logger global = new Logger(GLOBAL_LOGGER_NAME, null); field in class:Logger
389 * Returns the global {@code Logger}.
393 return global;

Completed in 69 milliseconds