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