log4c 1.2.4
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  log4c
 appender.hImplement this interface for your own strategies for printing log statements
 appender_type_mmap.hLog4c mmap(2) appender interface
 appender_type_rollingfile.hLog4c rolling file appender interface
 appender_type_stream.hLog4c stream appender interface
 appender_type_stream2.hLog4c stream2 appender interface
 appender_type_syslog.hLog4c syslog(3) appender interface
 buffer.hLog4c buffer
 category.hCentral class in the log4c package
 config-win32.h
 init.hLog4c constructors and destructors
 layout.hInterface for user specific layout format of log4c_logging_event events
 layout_type_basic.hImplement a basic layout
 layout_type_basic_r.hImplement a basic_r layout
 layout_type_dated.hImplement a dated layout
 layout_type_dated_local.hImplement a dated layout with local time
 layout_type_dated_local_r.hImplement a dated layout (reentrant) with local time
 layout_type_dated_r.hImplement a dated_r layout
 location_info.hThe internal representation of caller location information
 logging_event.hInternal representation of logging events
 priority.hThe priority class provides importance levels with which one can categorize log messages
 rc.hLog4c resource configuration
 rollingpolicy.hLog4c rolling policy interface. Defines the interface for managing and providing rolling policies
 rollingpolicy_type_sizewin.hLog4c rolling file size-win interface. Log4c ships with (and defaults to) the classic size-window rollover policy: this triggers rollover when files reach a maximum size. The first file in the list is always the current file; when a rollover event occurs files are shifted up by one position in the list–if the number of files in the list has already reached the max then the oldest file is rotated out of the window
 version.hLog4c version information