static void w(String msg)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Description |
---|---|
msg | message to the console |
The w method is used to log warning 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.WARN;
Logger.w("this is a warning information");
The first line ensures the logger warn level. The following line writes the defined message to the console window.
Copyright © demmel products gmbh. All rights reserved.