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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogger.java50 * "anonymous" Loggers that are not stored in the Logger namespace.
264 private boolean anonymous; field in class:Logger
367 * or javax.swing. It may be null for anonymous Loggers.
418 if (!anonymous) {
585 * Create an anonymous Logger. The newly created Logger is not
590 * Because the resulting Logger is anonymous it can be kept private
594 * a setLevel or an addHandler on an anonymous Logger.
596 * Even although the new logger is anonymous, it is configured
611 * Create an anonymous Logger. The newly created Logger is not
616 * Because the resulting Logger is anonymous i
[all...]

Completed in 44 milliseconds