I am writing a payment connector for Dynamics AX 2012 R3 using the payment SDK. In the payment sdk trace events are being raised using the Microsoft.Dynamics.Retail.Diagnostics.NetTracer class.
NetTracer.Error(string.Format("Calling PaymentProcessorManager.Create failed for the path: {0} due to {1}", (object) PaymentProcessorManager.connectorPath, (object) ex.Message));
How do I capture/view these trace events when they happen in client Ax32.exe? I have already tried modifying the .config file and adding a trace listener but I am getting nothing. I know that the trace line is being hit.