18 #ifndef _LOG4CXX_HELPER_FORMATTING_INFO_H 19 #define _LOG4CXX_HELPER_FORMATTING_INFO_H 75 const bool leftAlign,
const int minLength,
const int maxLength);
81 static FormattingInfoPtr getDefault();
116 void format(
const int fieldStart,
LogString& buffer)
const;
std::shared_ptr< FormattingInfo > FormattingInfoPtr
Definition: formattinginfo.h:31
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
LOG4CXX_PTR_DEF(DatePatternConverter)
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141
base class for java-like objects.
Definition: object.h:101
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66