log4cpp 1.1

TriggeringEventEvaluator.hh

Go to the documentation of this file.
00001 /*
00002  * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
00003  * Copyright 2002, Bastiaan Bakker. All rights reserved.
00004  *
00005  * See the COPYING file for the terms of usage and distribution.
00006  */
00007 
00008 #if !defined(h_fb88639f_85c9_481a_a3a0_f25ae8bac24c)
00009 #define h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
00010 
00011 #include <log4cpp/LoggingEvent.hh>
00012 
00013 namespace log4cpp
00014 {
00015    class LOG4CPP_EXPORT TriggeringEventEvaluator
00016    {
00017       public:
00018          virtual bool eval(const LoggingEvent& event) const = 0;
00019          virtual ~TriggeringEventEvaluator() {}
00020    };
00021 }
00022 
00023 #endif // h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines