The documenation says that loggers that implement ILogger are supported, but no where does it describe how to capture those messages. Our on-prem controller is version 21.4 and our agents are all 22.1 or later. We have the .net Microsoft.Extensions...
Given the program below that accepts arguments from the command-line via the string[] args parameter, how do I setup a business transaction that will split based on the first value, args[0]? I have it set to use Parameter index 0 and a Getter chain v...
Supported Loggers for the .NET Agent.Error Configuration for .NET. "Agents running on .NET Core can also instrument calls using loggers that implement the Microsoft.Extensions.Logging.ILogger API". It says they can do it. So how do we enable it? I...
That does answer my question. I had hoped to use the BT on the Main method as a fallback for unconfigured specific BTs for a .Net console application that acts as a job/process runner. It would be nice for this scenario to work, though as it would ...