29 #ifndef CASA_NULLLOGSINK_H 30 #define CASA_NULLLOGSINK_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/casa/Logging/LogSinkInterface.h> Abstract base class for filtering LogMessages.
virtual const LogFilterInterface & filter() const
Get/set the filter.
Accepts LogMessages and posts them to some destination.
NullLogSink & operator=(const NullLogSink &other)
bool Bool
Define the standard types used by Casacore.
String id() const
Returns the id of the LogSink in use...
Priority
An "importance" which is assigned to each LogMessage.
String: the storage and methods of handling collections of characters.
virtual Bool postLocally(const LogMessage &message)
Always throws the message away, but it does return True or False depending on whether or not message ...
Informational log messages with with time, priority, and origin.
this file contains all the compiler specific defines
static String localId()
Returns the id for this class...