public static class JuliLogStream.OpenEJBLogRecord extends LogRecord
| Constructor and Description |
|---|
JuliLogStream.OpenEJBLogRecord(Level level,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceClassName()
Gets the name of the class that issued the logging call.
|
String |
getSourceMethodName()
Gets the name of the method that issued the logging call.
|
void |
setSourceClassName(String sourceClassName)
Sets the name of the class that issued the logging call.
|
void |
setSourceMethodName(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 String getSourceClassName()
getSourceClassName in class LogRecordpublic void setSourceClassName(String sourceClassName)
setSourceClassName in class LogRecordsourceClassName - the name of the class that issued the logging callpublic String getSourceMethodName()
getSourceMethodName in class LogRecordpublic void setSourceMethodName(String sourceMethodName)
setSourceMethodName in class LogRecordsourceMethodName - the name of the method that issued the logging callCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.