Plugin Script does not print to output log

Than you for your reply. No I was not creating instances of this class. however, I got this problem resolved by:

Creating a new C++ class inside my plugin
DEFINE_LOG_CATEGORY(x); inside this class
UE_LOG(x, Log, TEXT(“Your message”));