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
Logger has a polymorphic_object_create_started/completed event, but it only works based on PolymorphicObject::create_default, not any other functions like the one provided by EnableCreateMethod. To change this, we could add another overload to the event that only gets passed the executor in _started and only the created object in _completed and gets called conditionally (if the first parameter is an executor) in EnableCreateMethod::create and manually in all the create_const functions.
The text was updated successfully, but these errors were encountered:
Logger has a polymorphic_object_create_started/completed event, but it only works based on
PolymorphicObject::create_default
, not any other functions like the one provided byEnableCreateMethod
. To change this, we could add another overload to the event that only gets passed the executor in_started
and only the created object in_completed
and gets called conditionally (if the first parameter is an executor) inEnableCreateMethod::create
and manually in all thecreate_const
functions.The text was updated successfully, but these errors were encountered: