Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I had written a service
logger.error("\u0417\u041c\u0448\u0442\u0421\u043d\u043a\u0448\u0434\u0434\u0448\u0441");
result = "\u0417\u041c\u0448\u0442\u0421\u043d\u043a\u0448\u0434\u0434\u0448\u0441";
When I call this service, result is shown properly converted to ЗМштСнкшддшс (Belarusian)
But logger logs ????????????
Can someone explain why same thingworx is behaving differently ?
Rohit, is this specific to just the logger? If you bind this result to a widget in a Mashup, do you see the correct output?
mashup is also showing ЗМштСнкшддшс
Its only that logger is showing ????????????
And logging is important part of the application. we are asking for dynamic thing name on run-time and we need to log what name has been set and all related data.
Why is this happening to the logger? Shouldn't the behavior be same in whole thingworx application?