log4c_version.h - Man Page

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_version

Detailed Description

log4c version information

Macro Definition Documentation

#define LOG4C_MAJOR_VERSION   1

constant macro holding the major version of log4c

#define LOG4C_MICRO_VERSION   4

constant macro holding the micro version of log4c

#define LOG4C_MINOR_VERSION   2

constant macro holding the minor version of log4c

Function Documentation

const char * log4c_version (void) [extern]

Returns

a string containing the full log4c version

Variable Documentation

const int log4c_major_version [extern]

constant variable holding the major version of log4c

const int log4c_micro_version [extern]

constant variable holding the micro version of log4c

const int log4c_minor_version [extern]

constant variable holding the minor version of log4c

Author

Generated automatically by Doxygen for log4c from the source code.

Referenced By

The man pages log4c_LOG4C_MAJOR_VERSION(3), log4c_LOG4C_MICRO_VERSION(3), log4c_LOG4C_MINOR_VERSION(3), log4c_major_version(3), log4c_micro_version(3), log4c_minor_version(3) and log4c_version(3) are aliases of log4c_version.h(3).

Version 1.2.4 log4c