Package log4c-devel

Header files, libraries and development documentation for log4c

http://log4c.sourceforge.net/

Log4c is a C language library for flexible logging to files, syslog and other
destinations. It is modeled after the Log for Java library (log4j),
staying as close to their API as is reasonable.

This package contains development files for log4c. If you like to develop
programs using log4c, you will need to install log4c-devel.

Version: 1.2.4

General Commands

log4c-config script to get information about the installed version of log4c

Library Functions

log4c_LOG4C_LOCATION_INFO_INITIALIZER alias for log4c_location_info.h
log4c_LOG4C_MAJOR_VERSION alias for log4c_version.h
log4c_LOG4C_MICRO_VERSION alias for log4c_version.h
log4c_LOG4C_MINOR_VERSION alias for log4c_version.h
log4c_LOG4C_PRIORITY_ALERT alias for log4c_priority.h
log4c_LOG4C_PRIORITY_CRIT alias for log4c_priority.h
log4c_LOG4C_PRIORITY_DEBUG alias for log4c_priority.h
log4c_LOG4C_PRIORITY_ERROR alias for log4c_priority.h
log4c_LOG4C_PRIORITY_FATAL alias for log4c_priority.h
log4c_LOG4C_PRIORITY_INFO alias for log4c_priority.h
log4c_LOG4C_PRIORITY_NOTICE alias for log4c_priority.h
log4c_LOG4C_PRIORITY_NOTSET alias for log4c_priority.h
log4c_LOG4C_PRIORITY_TRACE alias for log4c_priority.h
log4c_LOG4C_PRIORITY_UNKNOWN alias for log4c_priority.h
log4c_LOG4C_PRIORITY_WARN alias for log4c_priority.h
log4c_ROLLINGPOLICY_ROLLOVER_ERR_CAN_LOG alias for log4c_rollingpolicy.h
log4c___log4c_category_trace alias for log4c_category.h
log4c_appender.h Implement this interface for your own strategies for printing log statements.
log4c_appender_append alias for log4c_appender.h
log4c_appender_close alias for log4c_appender.h
log4c_appender_delete alias for log4c_appender.h
log4c_appender_get alias for log4c_appender.h
log4c_appender_get_layout alias for log4c_appender.h
log4c_appender_get_name alias for log4c_appender.h
log4c_appender_get_type alias for log4c_appender.h
log4c_appender_get_udata alias for log4c_appender.h
log4c_appender_new alias for log4c_appender.h
log4c_appender_open alias for log4c_appender.h
log4c_appender_print alias for log4c_appender.h
log4c_appender_set_layout alias for log4c_appender.h
log4c_appender_set_type alias for log4c_appender.h
log4c_appender_set_udata alias for log4c_appender.h
log4c_appender_t alias for log4c_appender.h
log4c_appender_type log4c appender type class
log4c_appender_type_define alias for log4c_appender.h
log4c_appender_type_get alias for log4c_appender.h
log4c_appender_type_mmap alias for log4c_appender_type_mmap.h
log4c_appender_type_mmap.h Log4c mmap(2) appender interface.
log4c_appender_type_rollingfile alias for log4c_appender_type_rollingfile.h
log4c_appender_type_rollingfile.h Log4c rolling file appender interface.
log4c_appender_type_set alias for log4c_appender.h
log4c_appender_type_stream alias for log4c_appender_type_stream.h
log4c_appender_type_stream.h Log4c stream appender interface.
log4c_appender_type_stream2 alias for log4c_appender_type_stream2.h
log4c_appender_type_stream2.h Log4c stream2 appender interface.
log4c_appender_type_syslog alias for log4c_appender_type_syslog.h
log4c_appender_type_syslog.h Log4c syslog(3) appender interface.
log4c_appender_type_t alias for log4c_appender.h
log4c_appender_types_free alias for log4c_appender.h
log4c_appender_types_print alias for log4c_appender.h
log4c_buffer.h log4c buffer
log4c_buffer_t buffer object
log4c_bug
log4c_category.h central class in the log4c package.
log4c_category_alert alias for log4c_category.h
log4c_category_crit alias for log4c_category.h
log4c_category_debug alias for log4c_category.h
log4c_category_define alias for log4c_category.h
log4c_category_delete alias for log4c_category.h
log4c_category_error alias for log4c_category.h
log4c_category_fatal alias for log4c_category.h
log4c_category_get alias for log4c_category.h
log4c_category_get_additivity alias for log4c_category.h
log4c_category_get_appender alias for log4c_category.h
log4c_category_get_chainedpriority alias for log4c_category.h
log4c_category_get_name alias for log4c_category.h
log4c_category_get_priority alias for log4c_category.h
log4c_category_info alias for log4c_category.h
log4c_category_is_alert_enabled alias for log4c_category.h
log4c_category_is_crit_enabled alias for log4c_category.h
log4c_category_is_debug_enabled alias for log4c_category.h
log4c_category_is_error_enabled alias for log4c_category.h
log4c_category_is_fatal_enabled alias for log4c_category.h
log4c_category_is_info_enabled alias for log4c_category.h
log4c_category_is_notice_enabled alias for log4c_category.h
log4c_category_is_priority_enabled alias for log4c_category.h
log4c_category_is_trace_enabled alias for log4c_category.h
log4c_category_is_warn_enabled alias for log4c_category.h
log4c_category_list alias for log4c_category.h
log4c_category_log alias for log4c_category.h
log4c_category_log_locinfo alias for log4c_category.h
log4c_category_new alias for log4c_category.h
log4c_category_notice alias for log4c_category.h
log4c_category_print alias for log4c_category.h
log4c_category_set_additivity alias for log4c_category.h
log4c_category_set_appender alias for log4c_category.h
log4c_category_set_priority alias for log4c_category.h
log4c_category_t alias for log4c_category.h
log4c_category_warn alias for log4c_category.h
log4c_deprecated
log4c_fini alias for log4c_init.h
log4c_init alias for log4c_init.h
log4c_init.h log4c constructors and destructors
log4c_layout.h Interface for user specific layout format of log4c_logging_event events.
log4c_layout_delete alias for log4c_layout.h
log4c_layout_format alias for log4c_layout.h
log4c_layout_get alias for log4c_layout.h
log4c_layout_get_name alias for log4c_layout.h
log4c_layout_get_type alias for log4c_layout.h
log4c_layout_get_udata alias for log4c_layout.h
log4c_layout_new alias for log4c_layout.h
log4c_layout_print alias for log4c_layout.h
log4c_layout_set_type alias for log4c_layout.h
log4c_layout_set_udata alias for log4c_layout.h
log4c_layout_t alias for log4c_layout.h
log4c_layout_type log4c layout type class
log4c_layout_type_basic.h Implement a basic layout.
log4c_layout_type_basic_r.h Implement a basic_r layout.
log4c_layout_type_dated.h Implement a dated layout.
log4c_layout_type_dated_local.h Implement a dated layout with local time.
log4c_layout_type_dated_local_r.h Implement a dated layout (reentrant) with local time.
log4c_layout_type_dated_r.h Implement a dated_r layout.
log4c_layout_type_define alias for log4c_layout.h
log4c_layout_type_get alias for log4c_layout.h
log4c_layout_type_set alias for log4c_layout.h
log4c_layout_type_t alias for log4c_layout.h
log4c_layout_types_free alias for log4c_layout.h
log4c_layout_types_print alias for log4c_layout.h
log4c_load alias for log4c_rc.h
log4c_location alias for log4c_location_info.h
log4c_location_info.h The internal representation of caller location information.
log4c_location_info_t logging location information
log4c_logging_event.h the internal representation of logging events.
log4c_logging_event_delete alias for log4c_logging_event.h
log4c_logging_event_new alias for log4c_logging_event.h
log4c_logging_event_t logging event object
log4c_major_version alias for log4c_version.h
log4c_micro_version alias for log4c_version.h
log4c_minor_version alias for log4c_version.h
log4c_priority.h The priority class provides importance levels with which one can categorize log messages.
log4c_priority_level_t alias for log4c_priority.h
log4c_priority_to_int alias for log4c_priority.h
log4c_priority_to_string alias for log4c_priority.h
log4c_rc alias for log4c_rc.h
log4c_rc.h log4c resource configuration
log4c_rc_t resource configuration object
log4c_rollingfile_get_current_file_size alias for log4c_appender_type_rollingfile.h
log4c_rollingfile_make_udata alias for log4c_appender_type_rollingfile.h
log4c_rollingfile_udata_get_files_prefix alias for log4c_appender_type_rollingfile.h
log4c_rollingfile_udata_get_logdir alias for log4c_appender_type_rollingfile.h
log4c_rollingfile_udata_set_files_prefix alias for log4c_appender_type_rollingfile.h
log4c_rollingfile_udata_set_logdir alias for log4c_appender_type_rollingfile.h
log4c_rollingfile_udata_set_policy alias for log4c_appender_type_rollingfile.h
log4c_rollingpolicy.h Log4c rolling policy interface. Defines the interface for managing and providing rolling policies.
log4c_rollingpolicy_fini alias for log4c_rollingpolicy.h
log4c_rollingpolicy_get alias for log4c_rollingpolicy.h
log4c_rollingpolicy_get_rfudata alias for log4c_rollingpolicy.h
log4c_rollingpolicy_get_udata alias for log4c_rollingpolicy.h
log4c_rollingpolicy_init alias for log4c_rollingpolicy.h
log4c_rollingpolicy_is_triggering_event alias for log4c_rollingpolicy.h
log4c_rollingpolicy_set_type alias for log4c_rollingpolicy.h
log4c_rollingpolicy_set_udata alias for log4c_rollingpolicy.h
log4c_rollingpolicy_sizewin_udata_t alias for log4c_rollingpolicy_type_sizewin.h
log4c_rollingpolicy_t alias for log4c_rollingpolicy.h
log4c_rollingpolicy_type log4c rollingpolicy type. Defines the interface a specific policy must provide to the rollingfile appender.
log4c_rollingpolicy_type_get alias for log4c_rollingpolicy.h
log4c_rollingpolicy_type_set alias for log4c_rollingpolicy.h
log4c_rollingpolicy_type_sizewin.h Log4c rolling file size-win interface. Log4c ships with (and defaults to) the classic size-window rollover policy: this triggers rollover when files reach a…
log4c_rollingpolicy_type_t alias for log4c_rollingpolicy.h
log4c_sizewin_make_udata alias for log4c_rollingpolicy_type_sizewin.h
log4c_sizewin_udata_set_appender alias for log4c_rollingpolicy_type_sizewin.h
log4c_sizewin_udata_set_file_maxsize alias for log4c_rollingpolicy_type_sizewin.h
log4c_sizewin_udata_set_max_num_files alias for log4c_rollingpolicy_type_sizewin.h
log4c_stream2_get_flags alias for log4c_appender_type_stream2.h
log4c_stream2_get_fp alias for log4c_appender_type_stream2.h
log4c_stream2_set_flags alias for log4c_appender_type_stream2.h
log4c_stream2_set_fp alias for log4c_appender_type_stream2.h
log4c_todo
log4c_version alias for log4c_version.h
log4c_version.h log4c version information