void(* AsyncTestEventFn)(const std::string &s)
Pointer to function used to enqueue a test event.
Definition: test.h:42
void defaultAsyncTestEvent(const std::string &s)
Function used to enqueue a test event.
Definition: log.cpp:39
AsyncTestEventFn asyncTestEvent
Pointer to function used to enqueue a test event.
Definition: log.cpp:41