| Server IP : 216.92.14.13 / Your IP : 216.73.217.126 Web Server : Apache System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : rmlac2fmr ( 1040637) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/include/log4cpp/ |
Upload File : |
#if !defined(h_3491ecd0_3891_4902_b3ba_15b15d98ae49)
#define h_3491ecd0_3891_4902_b3ba_15b15d98ae49
#include <log4cpp/TriggeringEventEvaluator.hh>
namespace log4cpp
{
class LOG4CPP_EXPORT LevelEvaluator : public TriggeringEventEvaluator
{
public:
LevelEvaluator(Priority::Value level) : level_(level) {}
virtual bool eval(const LoggingEvent& event) const { return event.priority <= level_; }
private:
Priority::Value level_;
};
}
#endif // h_3491ecd0_3891_4902_b3ba_15b15d98ae49