reinforcement_learning
reinforcement_learning copied to clipboard
Trace log callback should include user supplied opaque context
@rajan-chari Could you expand a bit on this?
During error callback, we provide a user supplied context so that the user can store information that helps handles errors (for example pointer to a class that can handle errors)
In the C# Trace logging PR, this was raised as something that should be added to Logging as well.