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

/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DLogRecord.java30 * A {@code LogRecord} object represents a logging request. It is passed between
32 * should not modify a {@code LogRecord} object that has been passed into the
35 * The {@code LogRecord} class will infer the source method name and source
41 * use them after passing the {@code LogRecord} object to another thread or
44 public class LogRecord implements Serializable { class in inherits:Serializable
143 * Constructs a {@code LogRecord} object using the supplied the logging
156 public LogRecord(Level level, String msg) { method in class:LogRecord
165 synchronized (LogRecord.class) {

Completed in 901 milliseconds