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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogger.java44 * A Logger object is used to log messages for a specific
46 * using a hierarchical dot-separated namespace. Logger names
50 * "anonymous" Loggers that are not stored in the Logger namespace.
52 * Logger objects may be obtained by calls on one of the getLogger
53 * factory methods. These will either create a new Logger or
54 * return a suitable existing Logger. It is important to note that
55 * the Logger returned by one of the {@code getLogger} factory methods
57 * Logger is not kept.
63 * Each Logger keeps track of a "parent" Logger, whic
219 public class Logger { class
374 protected Logger(String name, String resourceBundleName) { method in class:Logger
378 Logger(String name, String resourceBundleName, Class<?> caller, LogManager manager, boolean isSystemLogger) { method in class:Logger
404 private Logger(String name) { method in class:Logger
[all...]

Completed in 145 milliseconds