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

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogRecord.java35 * LogRecord objects are used to pass logging requests between
38 * When a LogRecord is passed into the logging framework it
44 * LogRecord class will infer them automatically when they are
47 * if a logging Handler wants to pass off a LogRecord to another
55 * <li>The LogRecord class is serializable.
70 public class LogRecord implements java.io.Serializable { class in inherits:java.io.Serializable
79 * to 32-bit wraparound. Unfortunately, LogRecord.getThreadID()
144 * Returns the default value for a new LogRecord's threadID.
161 * Construct a LogRecord with the given level and message values.
176 public LogRecord(Leve method in class:LogRecord
[all...]

Completed in 40 milliseconds