table of contents
init.h(3) | log4c | init.h(3) |
NAME¶
init.h -log4c constructors and destructors
SYNOPSIS¶
#include <log4c/defs.h>
#include <stdio.h>
Functions¶
LOG4C_API int log4c_init (void)
LOG4C_API int log4c_fini (void)
Detailed Description¶
log4c constructors and destructorsFunction Documentation¶
LOG4C_API int log4c_fini (void) destructor¶
Returns:0 for success
References log4c_rc.
LOG4C_API int log4c_init (void) constructor¶
Returns:0 for success
Author¶
Generated automatically by Doxygen for log4c from the source code.Mon May 2 2011 | Version 1.2.1 |