static void d(String msg)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Description |
---|---|
msg | message to the console |
The d method is used to log debugging information only. The parameter msg provides an additional and user defined logging message which will be written to the iLCD Manager XEJoC Manager console window.
Note
Example
Logger.LOG_LEVEL = Logger.DEBUG;
Logger.d("this is a debug infromation");
The first line ensures the logger debug level. The following line writes the message to the console window.
Copyright © demmel products gmbh. All rights reserved.