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

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

Completed in 61 milliseconds