public static class JuliLogStream.OpenEJBLogRecord
extends java.util.logging.LogRecord
| Constructor and Description | 
|---|
| OpenEJBLogRecord(java.util.logging.Level level,
                java.lang.String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getSourceClassName()Gets the name of the class that issued the logging call. | 
| java.lang.String | getSourceMethodName()Gets the name of the method that issued the logging call. | 
| void | setSourceClassName(java.lang.String sourceClassName)Sets the name of the class that issued the logging call. | 
| void | setSourceMethodName(java.lang.String sourceMethodName)Sets the name of the method that issued the logging call. | 
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setThreadID, setThrownpublic OpenEJBLogRecord(java.util.logging.Level level,
                        java.lang.String message)
public java.lang.String getSourceClassName()
getSourceClassName in class java.util.logging.LogRecordpublic void setSourceClassName(java.lang.String sourceClassName)
setSourceClassName in class java.util.logging.LogRecordsourceClassName - the name of the class that issued the logging callpublic java.lang.String getSourceMethodName()
getSourceMethodName in class java.util.logging.LogRecordpublic void setSourceMethodName(java.lang.String sourceMethodName)
setSourceMethodName in class java.util.logging.LogRecordsourceMethodName - the name of the method that issued the logging call