MCPcopy Create free account
hub / github.com/chronoxor/CppLogging / ProcessRecord

Method ProcessRecord

source/logging/processors/async_wait_processor.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool AsyncWaitProcessor::ProcessRecord(Record& record)
73{
74 // Check if the logging processor started
75 if (!IsStarted())
76 return true;
77
78 // Enqueue the given logger record
79 return EnqueueRecord(record);
80}
81
82bool AsyncWaitProcessor::EnqueueRecord(Record& record)
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected