Adding custom property method to LogOptions class #944
-
Is there anything in the pipeline for v4 where we will be able to set custom properties on model events? I understand this may interfere with the new I have an edge case where I would love to add an I am able to use Any help/guidance will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, you can do this by adding a new custom column or add it to the This is already discussed and documented several times in the issues and discussions - so I won't provide additional input. |
Beta Was this translation helpful? Give feedback.
Hey,
you can do this by adding a new custom column or add it to the
properties
. To do so you can use thetap()
logic documented or add an observer and use thecreating
event to define additional values.This is already discussed and documented several times in the issues and discussions - so I won't provide additional input.