Frits
3 years agoOccasional Contributor
A bit late to the party, but I just found the solution 🙂
Log.Error('Error message', 'Error details', 300, '', Utils.Picture);
- 300 is default priority.
- Utils.Picture returns an empty Picture object.
A bit late to the party, but I just found the solution 🙂
Log.Error('Error message', 'Error details', 300, '', Utils.Picture);
- 300 is default priority.
- Utils.Picture returns an empty Picture object.