15 CppCommon::Locker<CppCommon::CriticalSection> locker(_lock);
23 CppCommon::Locker<CppCommon::CriticalSection> locker(_lock);
virtual bool ProcessRecord(Record &record)
Process the given logging record through all child filters, layouts and appenders.
virtual void Flush()
Flush the current logging processor.
void Flush() override
Flush the current logging processor.
bool ProcessRecord(Record &record) override
Process the given logging record through all child filters, layouts and appenders.
C++ Logging project definitions.
Synchronous logging processor definition.