Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

log4cpp Namespace Reference

The top level namespace for all 'Log for C++' types and classes. More...


Compounds

class  log4cpp::Appender
 Implement this interface for your own strategies for printing log statements. More...

class  log4cpp::AppenderSkeleton
 AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters. More...

class  log4cpp::BasicLayout
 BasicLayout is a simple fixed format Layout implementation. More...

class  log4cpp::Category
 This is the central class in the log4j package. More...

class  log4cpp::CategoryStream
 This class enables streaming simple types and objects to a category. More...

class  log4cpp::ConfigureFailure
struct  log4cpp::NDC::DiagnosticContext
class  log4cpp::FileAppender
class  log4cpp::Filter
 Users should extend this class to implement customized logging event filtering. More...

class  log4cpp::FixedContextCategory
 This Category subclass replaces the NDC field in LoggingEvents with a fixed context string. More...

class  log4cpp::HierarchyMaintainer
 HierarchyMaintainer is an internal log4cpp class. More...

class  log4cpp::IdsaAppender
 IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz. More...

class  log4cpp::Layout
 Extend this abstract class to create your own log layout format. More...

class  log4cpp::LayoutAppender
 LayoutAppender is a common superclass for all Appenders that require a Layout. More...

class  log4cpp::Log4cppCleanup
 Log4cppCleanup is an internal janitor class, responsible for cleaning up log4cpp objects upon exit. More...

struct  log4cpp::LoggingEvent
 The internal representation of logging events. More...

class  log4cpp::NDC
 The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of Program Design 3" edited by Martin et al. More...

class  log4cpp::OstreamAppender
 OstreamAppender appends LoggingEvents to ostreams. More...

class  log4cpp::OstringStream
 OstringStream is a portability class used to work around the unavailability of std::ostringstream on some platforms (most notably g++ < 2.95.3). More...

class  log4cpp::PatternLayout
 BasicLayout is a simple fixed format Layout implementation. More...

class  log4cpp::Priority
 The Priority class provides importance levels with which one can categorize log messages. More...

class  log4cpp::RemoteSyslogAppender
 RemoteSyslogAppender sends LoggingEvents to a remote syslog system. More...

class  log4cpp::SimpleConfigurator
class  log4cpp::SimpleLayout
 BasicLayout is a simple fixed format Layout implementation. More...

class  log4cpp::StringQueueAppender
 This class puts log messages in an in-memory queue. More...

class  log4cpp::SyslogAppender
 SyslogAppender sends LoggingEvents to the local syslog system. More...

class  log4cpp::TimeStamp
 A simple TimeStamp abstraction. More...


Variables

class LOG4CPP_EXPORT Category
const std::string names [10]


Detailed Description

The top level namespace for all 'Log for C++' types and classes.

Variable Documentation

class LOG4CPP_EXPORT log4cpp::Category
 

const std::string log4cpp::names [static]
 

Initial value:

 {
        "FATAL", "ALERT", "CRIT", "ERROR", "WARN",
        "NOTICE", "INFO", "DEBUG", "NOTSET", "UNKNOWN" 
    }


Generated at Mon Jan 28 01:40:38 2002 for log4cpp by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001