log4cplus
2.0.0
|
#include <log4cplus/config.hxx>
Go to the source code of this file.
Namespaces | |
namespace | log4cplus |
Defines | |
#define | LOG4CPLUS_MAKE_VERSION(major, minor, point) (major * 1000 * 1000u + minor * 1000u + point) |
#define | LOG4CPLUS_MAKE_VERSION_STR(major, minor, point) #major "." #minor "." #point |
#define | LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 0) |
This is log4cplus version number as unsigned integer. | |
#define | LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR(2, 0, 0) |
This is log4cplus version number as a string. | |
Variables | |
LOG4CPLUS_EXPORT unsigned const | log4cplus::version |
LOG4CPLUS_EXPORT char const | log4cplus::versionStr [] |
#define LOG4CPLUS_MAKE_VERSION | ( | major, | |
minor, | |||
point | |||
) | (major * 1000 * 1000u + minor * 1000u + point) |
#define LOG4CPLUS_MAKE_VERSION_STR | ( | major, | |
minor, | |||
point | |||
) | #major "." #minor "." #point |
#define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 0) |
#define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR(2, 0, 0) |