The function send-message-to-java-host
sends a message to the Java host. It funcalls the function that was passed as the send-message-to-java-host argument to init-java-interface, or the default function, with message-string and where-keyword.
On Android init-java-interface is given a function that ends up calling the method com.lispworks.Manager.addMessage
.
The default function checks the keyword and then writes the string to cl:*terminal-io*
, which is probably good enough for testing purposes.
LispWorks User Guide and Reference Manual - 13 Feb 2015