|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.logging.FormatterType
Defines and provides typesafe enums of types of Formatter used in logging
to format a log message and its related information.
Currently, there are three types defined:
LISTFORMAT, TRACEFORMAT, XMLFORMAT
| Field Summary | |
static List |
ALLTYPES
Returns an immutable list of predefined formatter types. |
static FormatterType |
LISTFORMAT
A not-so-human-readable format to be transferred to and processed further by another application, for example, a log viewer. |
static FormatterType |
PERFFORMAT
See class (@link PerfFormatter}. |
static FormatterType |
TRACEFORMAT
A format which is readily understood by users. |
static FormatterType |
UNDEFINEDFORMAT
Unknown format. |
static FormatterType |
XMLFORMAT
See class (@link XMLFormatter}. |
| Constructor Summary | |
protected |
FormatterType(String aTypeName)
|
| Method Summary | |
boolean |
equals(Object that)
A final method with same behavior as in parent class Object. |
int |
hashCode()
A final method with same behavior as in parent class Object. |
String |
toString()
Returns the formatter type in literal string. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final FormatterType LISTFORMAT
public static final FormatterType TRACEFORMAT
public static final FormatterType PERFFORMAT
public static final FormatterType XMLFORMAT
public static final FormatterType UNDEFINEDFORMAT
public static final List ALLTYPES
| Constructor Detail |
protected FormatterType(String aTypeName)
| Method Detail |
public String toString()
public final boolean equals(Object that)
public final int hashCode()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||