29 #ifndef TABLES_LOGFILTERTAQL_H
30 #define TABLES_LOGFILTERTAQL_H
Abstract base class for filtering LogMessages.
virtual LogFilterTaql * clone() const
Clone the object.
bool Bool
Define the standard types used by Casacore.
LogFilterTaql & operator=(const LogFilterTaql &other)
virtual Bool pass(const LogMessage &message) const
Return True if message passes this filter.
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.
Filter LogMessages using a TaQL expression.