I was wondering if it is possible to write to the trace logs of a CRM 365 org from within a C# console application. I can and have done this successfully with a plugin, but haven't been able to find much information on writing to the trace log from a console application.
Figured I'd ask here, before I just use the orgservice to create a record in an entity and add the data that way.