log4c  1.2.4
log4c Directory Reference

Files

file  appender.h [code]
 Implement this interface for your own strategies for printing log statements.
 
file  appender_type_mmap.h [code]
 Log4c mmap(2) appender interface.
 
file  appender_type_rollingfile.h [code]
 Log4c rolling file appender interface.
 
file  appender_type_stream.h [code]
 Log4c stream appender interface.
 
file  appender_type_stream2.h [code]
 Log4c stream2 appender interface.
 
file  appender_type_syslog.h [code]
 Log4c syslog(3) appender interface.
 
file  buffer.h [code]
 log4c buffer
 
file  category.h [code]
 central class in the log4c package.
 
file  init.h [code]
 log4c constructors and destructors
 
file  layout.h [code]
 Interface for user specific layout format of log4c_logging_event events.
 
file  layout_type_basic.h [code]
 Implement a basic layout.
 
file  layout_type_basic_r.h [code]
 Implement a basic_r layout.
 
file  layout_type_dated.h [code]
 Implement a dated layout.
 
file  layout_type_dated_local.h [code]
 Implement a dated layout with local time.
 
file  layout_type_dated_local_r.h [code]
 Implement a dated layout (reentrant) with local time.
 
file  layout_type_dated_r.h [code]
 Implement a dated_r layout.
 
file  location_info.h [code]
 The internal representation of caller location information.
 
file  logging_event.h [code]
 the internal representation of logging events.
 
file  priority.h [code]
 The priority class provides importance levels with which one can categorize log messages.
 
file  rc.h [code]
 log4c resource configuration
 
file  rollingpolicy.h [code]
 Log4c rolling policy interface. Defines the interface for managing and providing rolling policies.
 
file  rollingpolicy_type_sizewin.h [code]
 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 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.
 
file  version.h [code]
 log4c version information