log4c 1.2.4
Macros | Functions | Variables
version.h File Reference

log4c version information More...

#include <log4c/defs.h>
Include dependency graph for version.h:

Go to the source code of this file.

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

◆ LOG4C_MAJOR_VERSION

#define LOG4C_MAJOR_VERSION   1

constant macro holding the major version of log4c

◆ LOG4C_MICRO_VERSION

#define LOG4C_MICRO_VERSION   4

constant macro holding the micro version of log4c

◆ LOG4C_MINOR_VERSION

#define LOG4C_MINOR_VERSION   2

constant macro holding the minor version of log4c

Function Documentation

◆ log4c_version()

const char * log4c_version ( void  )
extern
Returns
a string containing the full log4c version

Variable Documentation

◆ log4c_major_version

const int log4c_major_version
extern

constant variable holding the major version of log4c

◆ log4c_micro_version

const int log4c_micro_version
extern

constant variable holding the micro version of log4c

◆ log4c_minor_version

const int log4c_minor_version
extern

constant variable holding the minor version of log4c