|
class | AppenderAttachable |
| This Interface is for attaching Appenders to objects. More...
|
|
class | BaseFactory |
| This is the base class for all factories. More...
|
|
class | AppenderFactory |
| This abstract class defines the "Factory" interface to create "Appender" objects. More...
|
|
class | LayoutFactory |
| This abstract class defines the "Factory" interface to create "Layout" objects. More...
|
|
class | FilterFactory |
| This abstract class defines the "Factory" interface to create "Appender" objects. More...
|
|
class | LocaleFactory |
| This abstract class defines the "Factory" interface to create std::locale instances. More...
|
|
class | FactoryRegistry |
| This template class is used as a "Factory Registry". More...
|
|
class | LocalFactoryBase |
|
class | FactoryTempl |
|
class | Filter |
| Users should extend this class to implement customized logging event filtering. More...
|
|
class | DenyAllFilter |
| This filter drops all logging events. More...
|
|
class | LogLevelMatchFilter |
| This is a very simple filter based on LogLevel matching. More...
|
|
class | LogLevelRangeFilter |
| This is a very simple filter based on LogLevel matching, which can be used to reject messages with LogLevels outside a certain range. More...
|
|
class | StringMatchFilter |
| This is a very simple filter based on string matching. More...
|
|
class | FunctionFilter |
| This filter allows using std::function<FilterResult(const InternalLoggingEvent &)> . More...
|
|
class | NDCMatchFilter |
| This is a simple filter based on the string returned by event.getNDC(). More...
|
|
class | MDCMatchFilter |
| This is a simple filter based on the key/value pair stored in MDC. More...
|
|
class | LoggerFactory |
| Implement this interface to create new instances of Logger or a sub-class of Logger. More...
|
|
class | LoggerImpl |
| This is the central class in the log4cplus package. More...
|
|
class | InternalLoggingEvent |
| The internal representation of logging events. More...
|
|
class | ObjectRegistryBase |
| This is the base class used to implement the functionality required by the ObjectRegistry template class. More...
|
|
class | RootLogger |
| RootLogger sits at the top of the logger hierachy. More...
|
|