Send a message as a desktop notification @param message The message to display in the notification
(String message)
| 107 | * @param message The message to display in the notification |
| 108 | */ |
| 109 | default void logNotification(String message) { |
| 110 | logNotification(message, false); |
| 111 | } |
| 112 |
no outgoing calls
no test coverage detected