Apache log4cxx  Version 0.12.1
log4cxx::pattern::FormattingInfo Class Reference

Modifies the output of a pattern converter for a specified minimum and maximum width and alignment. More...

#include <formattinginfo.h>

Inheritance diagram for log4cxx::pattern::FormattingInfo:
log4cxx::helpers::Object

Public Member Functions

 FormattingInfo (const bool leftAlign, const int minLength, const int maxLength)
 Creates new instance. More...
 
bool isLeftAligned () const
 Determine if left aligned. More...
 
int getMinLength () const
 Get minimum length. More...
 
int getMaxLength () const
 Get maximum length. More...
 
void format (const int fieldStart, LogString &buffer) const
 Adjust the content of the buffer based on the specified lengths and alignment. More...
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Static Public Member Functions

static FormattingInfoPtr getDefault ()
 Gets default instance. More...
 

Detailed Description

Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.

Constructor & Destructor Documentation

◆ FormattingInfo()

log4cxx::pattern::FormattingInfo::FormattingInfo ( const bool  leftAlign,
const int  minLength,
const int  maxLength 
)

Creates new instance.

Parameters
leftAlignleft align if true.
minLengthminimum length.
maxLengthmaximum length.

Member Function Documentation

◆ 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
fieldStartstart of field in buffer.
bufferbuffer to be modified.

◆ getDefault()

static FormattingInfoPtr log4cxx::pattern::FormattingInfo::getDefault ( )
static

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: