I developed a ActiveX Component (C#) for SharePoint 2010 and would like to send log/debug messages to the SP-Server so that they are viewable in the SharePoint LOGS Folder. How am I doing this?
Like the server-side SPDiagnosticsService.Local.WriteTrace(...) function. Isn't there any Client-Object-Model function to do this? Or maybe in Javascript, I guess I could call a Script aswell.