You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built nx meta's: metadata_sdk\samples\sample_analytics_plugin\src\nx\vms_server_plugins\analytics\sample
and as instructed, done this:
#define NX_DEBUG_ENABLE_OUTPUT true
#include <nx/kit/debug.h>
However, although the plugin is enabled and running, the logs it is producing (for example, the one at: Engine::Engine) does not
shows up in main.log nor in system.log
OS: Windows10
nx meta version: 6.0.0.39503-df7e87870276-metavms
The text was updated successfully, but these errors were encountered:
thanks for the reply!
I am running on windows, so I cannot view the service stdout.
Is there a way to redirect stdout to a file for proper debug on windows?
Hello,
I built nx meta's: metadata_sdk\samples\sample_analytics_plugin\src\nx\vms_server_plugins\analytics\sample
and as instructed, done this:
#define NX_DEBUG_ENABLE_OUTPUT true
#include <nx/kit/debug.h>
However, although the plugin is enabled and running, the logs it is producing (for example, the one at: Engine::Engine) does not
shows up in main.log nor in system.log
OS: Windows10
nx meta version: 6.0.0.39503-df7e87870276-metavms
The text was updated successfully, but these errors were encountered: