MCPcopy Create free account
hub / github.com/chrxh/alien / registerCallBack

Method registerCallBack

source/Base/LoggingService.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void LoggingService::registerCallBack(LoggingCallBack* callback)
26{
27 _callbacks.emplace_back(callback);
28}
29
30void LoggingService::unregisterCallBack(LoggingCallBack* callback)
31{

Callers 2

_FileLoggerMethod · 0.80
_GuiLoggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected