|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.service.datacollection.FormattingLogger
atg.service.datacollection.FormattingSummaryLogger
public abstract class FormattingSummaryLogger
Formats summary items and prints them to output stream. Concrete subclasses need to initialize the output stream.
FormattingLogger| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
FormattingSummaryLogger()
|
|
| Method Summary | |
|---|---|
void |
appendField(FormatField pFormatField,
java.lang.Object pDataItem,
java.lang.StringBuffer pBuffer)
Append the specified field of the specified object to the string buffer, We expect items to be summary items. |
boolean |
isValidFormatVariable(java.lang.String pName)
Determine if the specified name is the name of a valid format variable. |
| Methods inherited from class atg.service.datacollection.FormattingLogger |
|---|
addDataItem, doStartService, doStopService, flush, getCount, getFieldDelimiter, getFormatFields, getLineTerminator, isSkipNullObject, isValidFormatField, logEvent, sanitizeFormatFields, setFieldDelimiter, setFormatFields, setLineTerminator, setSkipNullObject |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public FormattingSummaryLogger()
| Method Detail |
|---|
public boolean isValidFormatVariable(java.lang.String pName)
isValidFormatVariable in class FormattingLoggerpName - name to check
public void appendField(FormatField pFormatField,
java.lang.Object pDataItem,
java.lang.StringBuffer pBuffer)
appendField in class FormattingLoggerpIndex - index of desired field to printpDataItem - summary item whose data we are appendingpBuffer - buffer to which we appendFormatField
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||