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

Method EnqueueRecord

source/logging/processors/async_wait_processor.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool AsyncWaitProcessor::EnqueueRecord(Record& record)
83{
84 // Try to enqueue the given logger record
85 return _queue.Enqueue(record);
86}
87
88void AsyncWaitProcessor::ProcessThread(const std::function<void ()>& on_thread_initialize, const std::function<void ()>& on_thread_clenup)
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected