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.
Accepts LogMessages and posts them to some destination.
NullLogSink & operator=(const NullLogSink &other)
String id() const
Returns the id of the LogSink in use...
bool Bool
Define the standard types used by Casacore.
virtual const LogFilterInterface & filter() const
Get/set the filter.
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...