org.apache.openejb.util
Class JuliLogStream.OpenEJBLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by org.apache.openejb.util.JuliLogStream.OpenEJBLogRecord
All Implemented Interfaces:
Serializable
Enclosing class:
JuliLogStream

public static class JuliLogStream.OpenEJBLogRecord
extends LogRecord

See Also:
Serialized Form

Constructor Summary
JuliLogStream.OpenEJBLogRecord(Level level, String message)
           
 
Method Summary
 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.
 
Methods inherited from class java.util.logging.LogRecord
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setThreadID, setThrown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JuliLogStream.OpenEJBLogRecord

public JuliLogStream.OpenEJBLogRecord(Level level,
                                      String message)
Method Detail

getSourceClassName

public String getSourceClassName()
Gets the name of the class that issued the logging call.

Overrides:
getSourceClassName in class LogRecord
Returns:
the name of the class that issued the logging call

setSourceClassName

public void setSourceClassName(String sourceClassName)
Sets the name of the class that issued the logging call.

Overrides:
setSourceClassName in class LogRecord
Parameters:
sourceClassName - the name of the class that issued the logging call

getSourceMethodName

public String getSourceMethodName()
Gets the name of the method that issued the logging call.

Overrides:
getSourceMethodName in class LogRecord
Returns:
the name of the method that issued the logging call

setSourceMethodName

public void setSourceMethodName(String sourceMethodName)
Sets the name of the method that issued the logging call.

Overrides:
setSourceMethodName in class LogRecord
Parameters:
sourceMethodName - the name of the method that issued the logging call


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.