static void log(String msg)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Description |
---|---|
msg | message to the console |
The log method has the same functionality as the Console.println(String) method. The parameter msg provides a user defined message which is written to the iLCD Manager XEJoC Manager console window.
Example
Logger.log("This message is written to the console window!");
See also:
Copyright © demmel products gmbh. All rights reserved.