version.h(3)
| version.h(3) | log4cplus | version.h(3) |
NAME
version.h
SYNOPSIS
#include <log4cplus/config.hxx>
Namespaces
namespace log4cplus
Macros
#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, 7)
This is log4cplus version number as unsigned integer. #define
LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR(2, 0, 7)
This is log4cplus version number as a string.
Variables
LOG4CPLUS_EXPORT unsigned const log4cplus::version
LOG4CPLUS_EXPORT char const log4cplus::versionStr []
Macro Definition Documentation
#define LOG4CPLUS_MAKE_VERSION(major, minor, point) (major * 1000 * 1000u + minor * 1000u + point)
Definition at line 35 of file version.h.
#define LOG4CPLUS_MAKE_VERSION_STR(major, minor, point) #major '.' #minor '.' #point
Definition at line 38 of file version.h.
#define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 7)
This is log4cplus version number as unsigned integer. This must be kept on a single line. It is used by Autotool and CMake build systems to parse version number.
Definition at line 44 of file version.h.
#define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR(2, 0, 7)
This is log4cplus version number as a string.
Definition at line 47 of file version.h.
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Mon Jun 5 2023 21:46:10 | Version 2.0.7 |
