version.h - log4c version information
Contents
Detailed Description
log4c version information
Function Documentation
constchar*log4c_version(void)[extern]Returns
a string containing the full log4c version
Macro Definition Documentation
#defineLOG4C_MAJOR_VERSION1
constant macro holding the major version of log4c
#defineLOG4C_MICRO_VERSION4
constant macro holding the micro version of log4c
#defineLOG4C_MINOR_VERSION2
constant macro holding the minor version of log4c
Name
version.h - log4c version information
Synopsis
#include <log4c/defs.h>
Macros
#define LOG4C_MAJOR_VERSION 1
#define LOG4C_MINOR_VERSION 2
#define LOG4C_MICRO_VERSION 4
Functions
const char * log4c_version (void)
Variables
const int log4c_major_version
const int log4c_minor_version
const int log4c_micro_versionVariable Documentation
constintlog4c_major_version[extern]
constant variable holding the major version of log4c
constintlog4c_micro_version[extern]
constant variable holding the micro version of log4c
constintlog4c_minor_version[extern]
constant variable holding the minor version of log4c
