Success message (succeeded operations only).
Unit
Syntax
ValueSuccess message in arbitrary format. This message may also be a URL.
RemarksThis field may contain optional "success" message, which is supposed to be shown to end-user. Typically, this value is set by send method which works with bug trackers. Bug trackers may report status of bug (open/closed), instructions to do ("please, download update - it fixes this issue"), and URL to open.
This field may contain either human-readable message or URL.
Human-readable message must be shown to end-user in a message box (or via similar feature in your application).
URLs must be opened in default application.
You can determinate kind of string by checking beginning of the string: does it start with URL protocol name? Currently EurekaLog is able to recognize HTTP/HTTPS protocols and automatically launch web-browser when "Show success message" option is used.
See also
|