Searched defs:LogRecord (Results 1 - 4 of 4) sorted by relevance
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/ |
| H A D | LogRecord.java | 25 * $Id: LogRecord.java,v 1.7 2009/03/05 22:55:37 veiming Exp $ 41 * Extension to the JDK1.4 <code>LogRecord</code> to include the 47 * For <code>JDK1.4</code> <code>LogRecord</code> please refer to 49 * http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogRecord.html 53 public class LogRecord extends java.util.logging.LogRecord class in inherits:java.util.logging.LogRecord,ILogRecord 60 * Construct the <code>LogRecord</code> with the given Level and message 68 public LogRecord(Level level, String msg) { method in class:LogRecord 73 * Construct the <code>LogRecord</code> with the given Level and message 79 * details like client IP address into the <code>LogRecord</cod 82 public LogRecord(Level level, String msg, Object token) { method in class:LogRecord 105 public LogRecord(Level level, String msg, Hashtable properties) { method in class:LogRecord [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/ |
| H A D | LogRecord.java | 25 * $Id: LogRecord.java,v 1.3 2008/06/25 05:43:39 qcheng Exp $ 43 public class LogRecord implements ParseOutput { class in inherits:ParseOutput 107 } //end of LogRecord
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/log/ |
| H A D | LogRecord.java | 25 * $Id: LogRecord.java,v 1.7 2009/03/05 22:55:37 veiming Exp $ 44 * Extension to the JDK1.4 <code>LogRecord</code> to include the 50 * For <code>JDK1.4</code> <code>LogRecord</code> please refer to 52 * http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogRecord.html 56 public class LogRecord extends java.util.logging.LogRecord class in inherits:java.util.logging.LogRecord,ILogRecord 63 * Construct the <code>LogRecord</code> with the given Level and message 71 public LogRecord(Level level, String msg) { method in class:LogRecord 76 * Construct the <code>LogRecord</code> with the given Level and message 82 * details like client IP address into the <code>LogRecord</cod 85 public LogRecord(Level level, String msg, Object token) { method in class:LogRecord 108 public LogRecord(Level level, String msg, Hashtable properties) { method in class:LogRecord [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/ |
| H A D | LogRecord.java | 25 * $Id: LogRecord.java,v 1.3 2008/06/25 05:43:39 qcheng Exp $ 43 public class LogRecord implements ParseOutput { class in inherits:ParseOutput 107 } //end of LogRecord
|
Completed in 91 milliseconds