206207208209210211212213214215
**/ public static void inform (String message) { try { CommunicationManager cManager = CommunicationManager.getManager(); cManager.send(cManager.getConsoleAddress(), new Inform(message)); } catch (Exception e) { Aleph.panic(e); } }