version.h
version.h
Section: log4c (3) Updated: 10 May 2008 Local index
Up
NAME
version.h - log4c version information
SYNOPSIS
#include <log4c/defs.h>
Defines
#define LOG4C_MAJOR_VERSION 1
#define LOG4C_MINOR_VERSION 2
#define LOG4C_MICRO_VERSION 1
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
Define Documentation
#define LOG4C_MAJOR_VERSION 1
constant macro holding the major version of log4c
#define LOG4C_MICRO_VERSION 1
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)
Returns:
-
a string containing the full log4c version
Variable Documentation
const int log4c_major_version
constant variable holding the major version of log4c
const int log4c_micro_version
constant variable holding the micro version of log4c
const int log4c_minor_version
constant variable holding the minor version of log4c
Author
Generated automatically by Doxygen for log4c from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Defines
-
- Functions
-
- Variables
-
- Detailed Description
-
- Define Documentation
-
- #define LOG4C_MAJOR_VERSION 1
-
- #define LOG4C_MICRO_VERSION 1
-
- #define LOG4C_MINOR_VERSION 2
-
- Function Documentation
-
- const char* log4c_version (void)
-
- Variable Documentation
-
- const int log4c_major_version
-
- const int log4c_micro_version
-
- const int log4c_minor_version
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:49:38 GMT, April 16, 2011