log4cpp 1.1.3
Loading...
Searching...
No Matches
TriggeringEventEvaluator.hh
Go to the documentation of this file.
1/*
2 * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
3 * Copyright 2002, Bastiaan Bakker. All rights reserved.
4 *
5 * See the COPYING file for the terms of usage and distribution.
6 */
7
8#if !defined(h_fb88639f_85c9_481a_a3a0_f25ae8bac24c)
9#define h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
10
12
13namespace log4cpp
14{
16 {
17 public:
18 virtual bool eval(const LoggingEvent& event) const = 0;
20 };
21}
22
23#endif // h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
#define LOG4CPP_EXPORT
Definition Export.hh:26
Definition TriggeringEventEvaluator.hh:16
virtual bool eval(const LoggingEvent &event) const =0
virtual ~TriggeringEventEvaluator()
Definition TriggeringEventEvaluator.hh:19
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16
The internal representation of logging events.
Definition LoggingEvent.hh:32