|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindtree.techworks.insight.preferences.util.Log4JPatternInterpeter
public class Log4JPatternInterpeter
The Log4JPatternInterpeter class interprets the pattern layout
of Log4J and returns a pattern format that is recognized by the Log pattern
receiver.
The following variables used in PatternLayout and the interpretation are:
ReceiverFormat| Constructor Summary | |
|---|---|
Log4JPatternInterpeter()
|
|
| Method Summary | |
|---|---|
static ReceiverFormat |
getInterpretedFormat(java.lang.String log4jPattern)
Deprecated. Use the getInterpretedRecieverFormat()
method instead. |
static ReceiverFormat[] |
getInterpretedRecieverFormat()
Gets the interpreted Receiver Format from the Preferences |
static void |
main(java.lang.String[] args)
Entry method to test this interpreter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log4JPatternInterpeter()
| Method Detail |
|---|
public static ReceiverFormat getInterpretedFormat(java.lang.String log4jPattern)
getInterpretedRecieverFormat()
method instead.
log4jPattern - the Log4j pattern to be interpreted
public static ReceiverFormat[] getInterpretedRecieverFormat()
public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||