log4cpp
1.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
log4cpp
TriggeringEventEvaluator.hh
Go to the documentation of this file.
1
#if !defined(h_fb88639f_85c9_481a_a3a0_f25ae8bac24c)
2
#define h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
3
4
#include <
log4cpp/LoggingEvent.hh
>
5
6
namespace
log4cpp
7
{
8
class
LOG4CPP_EXPORT
TriggeringEventEvaluator
9
{
10
public
:
11
virtual
bool
eval(
const
LoggingEvent
& event)
const
= 0;
12
virtual
~TriggeringEventEvaluator
() {}
13
};
14
}
15
16
#endif // h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
LoggingEvent.hh
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:19
log4cpp::TriggeringEventEvaluator
Definition:
TriggeringEventEvaluator.hh:8
log4cpp::LoggingEvent
The internal representation of logging events.
Definition:
LoggingEvent.hh:32
log4cpp::TriggeringEventEvaluator::~TriggeringEventEvaluator
virtual ~TriggeringEventEvaluator()
Definition:
TriggeringEventEvaluator.hh:12
Generated by
1.8.7