Hello,
I’m pretty sure there is log category in a cpp.
DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity);
So you should invert your declaration. From CPP to H and from H to CPP.
Hello,
I’m pretty sure there is log category in a cpp.
DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity);
So you should invert your declaration. From CPP to H and from H to CPP.