|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.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 java.util.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}. |
| Method Summary | |
boolean |
equals(java.lang.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. |
java.lang.String |
toString()
Returns the formatter type in literal string. |
| Methods inherited from class java.lang.Object |
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 java.util.List ALLTYPES
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||