BoilerPlate-LightweightLogging Service OMG Formal/03-11-03 |
00001 00030 #ifndef LOGRECORDFILTER_H 00031 #define LOGRECORDFILTER_H 00032 00033 00034 #include "BP_CosLw_Log.h" 00035 00048 class LogRecordFilter 00049 { 00050 00051 public: 00052 00065 virtual 00066 CosLwLog::RecordId filter(const CosLwLog::LogRecord& recd) const = 0; 00067 00068 }; 00069 00070 #endif
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:32:45 2004 for BoilerPlate CosLightweightLogging Service by 1.3.7 |