29 #ifndef TABLES_LOGFILTERTAQL_H 30 #define TABLES_LOGFILTERTAQL_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/casa/Logging/LogFilterInterface.h> virtual LogFilterTaql * clone() const
Clone the object.
Abstract base class for filtering LogMessages.
bool Bool
Define the standard types used by Casacore.
virtual Bool pass(const LogMessage &message) const
Return True if message passes this filter.
LogFilterTaql & operator=(const LogFilterTaql &other)
String: the storage and methods of handling collections of characters.
Class to deal with a TaQL expression to filter messages.
LogFilterTaql(const String &expr)
Construct a filter from a TaQL expression.
Informational log messages with with time, priority, and origin.
this file contains all the compiler specific defines
Filter LogMessages using a TaQL expression.