Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.
More...
#include <formattinginfo.h>
|
| FormattingInfo (const bool leftAlign, const int minLength, const int maxLength) |
| Creates new instance.
|
|
bool | isLeftAligned () const |
| Determine if left aligned.
|
|
int | getMinLength () const |
| Get minimum length.
|
|
int | getMaxLength () const |
| Get maximum length.
|
|
void | format (const int fieldStart, LogString &buffer) const |
| Adjust the content of the buffer based on the specified lengths and alignment.
|
|
virtual | ~Object () |
|
virtual bool | instanceof (const Class &clazz) const =0 |
|
virtual const void * | cast (const Class &clazz) const =0 |
|
Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.
◆ FormattingInfo()
log4cxx::pattern::FormattingInfo::FormattingInfo |
( |
const bool |
leftAlign, |
|
|
const int |
minLength, |
|
|
const int |
maxLength |
|
) |
| |
Creates new instance.
- Parameters
-
leftAlign | left align if true. |
minLength | minimum length. |
maxLength | maximum length. |
◆ format()
void log4cxx::pattern::FormattingInfo::format |
( |
const int |
fieldStart, |
|
|
LogString & |
buffer |
|
) |
| const |
Adjust the content of the buffer based on the specified lengths and alignment.
- Parameters
-
fieldStart | start of field in buffer. |
buffer | buffer to be modified. |
◆ getDefault()
Gets default instance.
- Returns
- default instance.
◆ getMaxLength()
int log4cxx::pattern::FormattingInfo::getMaxLength |
( |
| ) |
const |
|
inline |
Get maximum length.
- Returns
- maximum length.
◆ getMinLength()
int log4cxx::pattern::FormattingInfo::getMinLength |
( |
| ) |
const |
|
inline |
Get minimum length.
- Returns
- minimum length.
◆ isLeftAligned()
bool log4cxx::pattern::FormattingInfo::isLeftAligned |
( |
| ) |
const |
|
inline |
Determine if left aligned.
- Returns
- true if left aligned.
The documentation for this class was generated from the following file: