|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.LogRecord
com.google.gdata.util.common.logging.FormattingLogger.Record
public static class FormattingLogger.Record
An extension of LogRecord
used to support a custom version of
its private inferCaller(String)
method.
Method Summary | |
---|---|
java.lang.Object[] |
getFormatterArgs()
|
java.lang.String |
getFormatterFormat()
|
java.lang.String |
getSourceClassName()
|
java.lang.String |
getSourceMethodName()
|
protected void |
inferCaller(java.lang.String loggerClassName)
Like LogRecord.inferCaller, we're making a 'best effort'. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getSourceMethodName()
getSourceMethodName
in class java.util.logging.LogRecord
public java.lang.String getSourceClassName()
getSourceClassName
in class java.util.logging.LogRecord
public java.lang.Object[] getFormatterArgs()
public java.lang.String getFormatterFormat()
public void setSourceClassName(java.lang.String sourceClassName)
setSourceClassName
in class java.util.logging.LogRecord
public void setSourceMethodName(java.lang.String sourceMethodName)
setSourceMethodName
in class java.util.logging.LogRecord
protected void inferCaller(java.lang.String loggerClassName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |