com.google.gdata.util.common.logging
Class FormattingLogger.Record

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by com.google.gdata.util.common.logging.FormattingLogger.Record
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FormattingLogger

public static class FormattingLogger.Record
extends java.util.logging.LogRecord

An extension of LogRecord used to support a custom version of its private inferCaller(String) method.

See Also:
Serialized Form

Method Summary
 java.lang.Object[] getFormatterArgs()
           
 java.lang.String getFormatterFormat()
           
 java.lang.String getSourceClassName()
           
 java.lang.String getSourceMethodName()
           
 void setSourceClassName(java.lang.String sourceClassName)
           
 void setSourceMethodName(java.lang.String sourceMethodName)
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceMethodName

public java.lang.String getSourceMethodName()
Overrides:
getSourceMethodName in class java.util.logging.LogRecord

getSourceClassName

public java.lang.String getSourceClassName()
Overrides:
getSourceClassName in class java.util.logging.LogRecord

getFormatterArgs

public java.lang.Object[] getFormatterArgs()

getFormatterFormat

public java.lang.String getFormatterFormat()

setSourceClassName

public void setSourceClassName(java.lang.String sourceClassName)
Overrides:
setSourceClassName in class java.util.logging.LogRecord

setSourceMethodName

public void setSourceMethodName(java.lang.String sourceMethodName)
Overrides:
setSourceMethodName in class java.util.logging.LogRecord