BoilerPlate-LightweightLogging Service OMG Formal/03-11-03 |
#include <ProducerIdLogRecordFilter.h>
Inheritance diagram for ProducerIdLogRecordFilter:
Public Member Functions | |
ProducerIdLogRecordFilter (const CosLwLog::StringSeq &levels) | |
virtual | ~ProducerIdLogRecordFilter () |
ProducerIdLogRecordFilter (const ProducerIdLogRecordFilter &filter) | |
virtual CosLwLog::RecordId | filter (const CosLwLog::LogRecord &recd) const |
|
ctor
|
|
dtor Does nothing |
|
Copy ctor
|
|
All LogRecordFilters are required to cover this operation The fundamental test for determining if a LogRecord should have membership in a set given a specific criteria. The criteria is expected to have been established during construction of the LogRecordFilter implementation. A LogRecordFilter returns the RecordId of the tested record if successful, else it return's zero.
Implements LogRecordFilter. |
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:33:15 2004 for BoilerPlate CosLightweightLogging Service by 1.3.7 |