My aim is to add log-text to the Log Server from my SmartClient plug-in integration.
I used the component integration sample “Log Message To Server” as platform and reused the code for initialization of LogMessageDictionary and add new log entry
VideoOS.Platform.Log.LogClient.Instance.NewEntry(_application, _component, _id1, _item, _parms)
But I get no new log entry.
If I instead modify the “Log Message To Server” sample to receive a message as a string and let this sample write to the Log Server it works.
Do you have any ideas of what is wrong or do you have any example of writing to the Log Server from a SmartClient plug-in?