Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Java question about ModuleServices | Telit Cinterion IoT Developer Community

September 12, 2016 - 2:46pm, 1707 views

Hello, I have on SensorLogic  LOG_LEVEL=3 (as INFO)

there shows me:

[DEBUG] [BoardTemperatureMeasurementMonitor]: sending measurement: 28

[INFO] [TaskProcessor] MessageTask_6(board_temperature(28,1072938003)) added

and I would like to see this same information about boardtemperature but inside a java code as:

System.out.println("\n  Shows Temperature "+ 
    ModuleServices.getModuleInformation().sendBoardTemperatureReport()+
    " ");

but is not posible,sends error:the operator + is undefined...

 there is a way to write it ?