6 lines
106 B
C++
6 lines
106 B
C++
|
|
#include "BS_Log.h"
|
||
|
|
|
||
|
|
|
||
|
|
CTL::WebSocket BS_Log::ws;
|
||
|
|
CCMutex BS_Log::_ws_map_lock;
|
||
|
|
CTL::Logger BS_Log::logger;
|