17#ifndef _DECAF_UTIL_LOGGING_FILTER_H_
18#define _DECAF_UTIL_LOGGING_FILTER_H_
A Filter can be used to provide fine grain control over what is logged, beyond the control provided b...
Definition Filter.h:35
virtual bool isLoggable(const LogRecord &record) const =0
Check if a given log record should be published.
virtual ~Filter()
Definition Filter.h:38
LogRecord objects are used to pass logging requests between the logging framework and individual log ...
Definition LogRecord.h:41
#define DECAF_API
Definition Config.h:29
Definition ConsoleHandler.h:28
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25