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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Apex
Added new methods in Logger and LogEntryEventBuilder for logging database 'result' classes as parameters (DeleteResult, MergeResult, SaveResult, UpsertResult and UndeleteResult)
Added new WARN overloads in Logger to support exception parameters - WARN and ERROR now support the same overloads
Resolved 'Current session unavailable' exception in scheduled jobs by using a new approach to store session details
Data Model
Added LogEntryEvent__e fields for org, user, and record details
Added new LogEntry__c field 'record SObject classification'
Added new Log__c session fields: login application, login platform and login browser
Log Management
Fixed some display issues in 'View JSON' quick action on Log__c
Documentation
Added link in README.md to GitHub pages with documentation of all Apex public and global classes/methods