18#ifndef _LOG4CXX_HELPER_FORMATTING_INFO_H
19#define _LOG4CXX_HELPER_FORMATTING_INFO_H
43class LOG4CXX_EXPORT
FormattingInfo :
public virtual LOG4CXX_NS::helpers::Object
45 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(FormattingInfoPrivate, m_priv)
61 const
bool leftAlign, const
int minLength, const
int maxLength);
74 bool isLeftAligned() const;
80 int getMinLength() const;
86 int getMaxLength() const;
94 void format(const
int fieldStart,
LogString& buffer) const;
std::shared_ptr< FormattingInfo > FormattingInfoPtr
Definition: formattinginfo.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146