reinforcement_learning icon indicating copy to clipboard operation
reinforcement_learning copied to clipboard

Trace log callback should include user supplied opaque context

Open rajan-chari opened this issue 6 years ago • 2 comments

rajan-chari avatar Feb 14 '19 14:02 rajan-chari

@rajan-chari Could you expand a bit on this?

lokitoth avatar Feb 14 '19 20:02 lokitoth

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.

rajan-chari avatar Feb 15 '19 15:02 rajan-chari