|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.log4j.Layout
org.apache.log4j.PatternLayout
ariba.util.log.StandardLayout
public class StandardLayout
The standard layout for our logging component.
| Field Summary |
|---|
| Fields inherited from class org.apache.log4j.PatternLayout |
|---|
DEFAULT_CONVERSION_PATTERN, TTCC_CONVERSION_PATTERN |
| Fields inherited from class org.apache.log4j.Layout |
|---|
LINE_SEP, LINE_SEP_LEN |
| Constructor Summary | |
|---|---|
StandardLayout()
Instantiates an instance of this class with the default log pattern. |
|
StandardLayout(String pattern)
Instantiates an instance of this class with the specified pattern |
|
| Method Summary | |
|---|---|
org.apache.log4j.helpers.PatternParser |
createPatternParser(String pattern)
|
String |
getHeader()
Returns the header string when we start logging. |
| Methods inherited from class org.apache.log4j.PatternLayout |
|---|
activateOptions, format, getConversionPattern, ignoresThrowable, setConversionPattern |
| Methods inherited from class org.apache.log4j.Layout |
|---|
getContentType, getFooter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardLayout()
public StandardLayout(String pattern)
pattern - the pattern string to use for this layout.| Method Detail |
|---|
public String getHeader()
getHeader in class org.apache.log4j.Layoutpublic org.apache.log4j.helpers.PatternParser createPatternParser(String pattern)
createPatternParser in class org.apache.log4j.PatternLayout
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||