New Release v4.7.4 - New Method Logger.logDatabaseErrors() #319
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Resolve #295 by adding a new method
Logger.logDatabaseErrors()
, including several overloads for using LogMessage/String, as well as the different database result classes. When this method is called, if the list of database results includes 1 or more errors (based onisSuccess() == false
), then a new log entry is added, and the JSON of any unsuccessful database results is serialized/stored in the log entry.The full list of method overloads is:
Thanks to @jamessimone for the great suggestion & code review!
This discussion was created from the release New Method Logger.logDatabaseErrors().
Beta Was this translation helpful? Give feedback.
All reactions