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
Instead of logging the object, instead log the type of object it is (and handle null appropriately, possibly by requiring the argument be not null). This way the log messages would look like:
"Unable to get property value startDate from object of type Employee"
where startDate is the field name and Employee is the type.
The text was updated successfully, but these errors were encountered:
Tracking issue for:
Instead of logging the object, instead log the type of object it is (and handle null appropriately, possibly by requiring the argument be not null). This way the log messages would look like:
where
startDate
is the field name andEmployee
is the type.The text was updated successfully, but these errors were encountered: