Has anyone had to write events to the Outsystems Windows Event logs? If so is there a built in mechanism to do this or did you have to create an extension? I've been searching this morning and coming up empty so far.
You could build a extension, that uses .net's EventLog.WriteEntity method https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.eventlog.writeentry?view=windowsdesktop-7.0