logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

version.h - log4c version information

Author

       Generated automatically by Doxygen for log4c from the source code.

log4c                                             Version 1.2.4                                     version.h(3)

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_version

Variable 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

See Also