DotNetPusher
DotNetPusher copied to clipboard
how to define LogCallback
Hi,
In Ultils.h:
inline void Utils::write_log(char* log)
{
if (g_log_callback != nullptr)
{
const auto size = static_cast
How to define g_log_callback to get the log ?