The Log__c object already has a formula field WasLoggedByCurrentUser__c to make it easy to filter in list views to only data created by the current user (which can't be done natively in list views 😮💨 ). The same thing should be added to LogEntry__c as well, so log entry-specific list views can be setup to show the current user's generated data.
The
Log__cobject already has a formula fieldWasLoggedByCurrentUser__cto make it easy to filter in list views to only data created by the current user (which can't be done natively in list views 😮💨 ). The same thing should be added toLogEntry__cas well, so log entry-specific list views can be setup to show the current user's generated data.