java.lang.Object | |
↳ | org.apache.log4j.pattern.FormattingInfo |
Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adjust the content of the buffer based on the specified lengths and alignment.
| |||||||||||
Gets default instance.
| |||||||||||
Get maximum length.
| |||||||||||
Get minimum length.
| |||||||||||
Determine if left aligned.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates new instance.
leftAlign | left align if true. |
---|---|
minLength | minimum length. |
maxLength | maximum length. |
Adjust the content of the buffer based on the specified lengths and alignment.
fieldStart | start of field in buffer. |
---|---|
buffer | buffer to be modified. |
Get maximum length.
Get minimum length.
Determine if left aligned.