HomeSort by relevance Sort by last modified time
    Searched defs:LogRecord (Results 1 - 7 of 7) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/
LogRecord.java 10 public interface LogRecord {
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 28 * A {@code LogRecord} object represents a logging request. It is passed between
30 * should not modify a {@code LogRecord} object that has been passed into the
33 * The {@code LogRecord} class will infer the source method name and source
39 * use them after passing the {@code LogRecord} object to another thread or
42 public class LogRecord implements Serializable {
141 * Constructs a {@code LogRecord} object using the supplied the logging
154 public LogRecord(Level level, String msg) {
162 synchronized (LogRecord.class) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 136 milliseconds