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