23
Views
1
Comments
Can Windows event log entries be created
Application Type
Reactive, Service

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.

2024-12-17 14-32-59
Matthias Preuter
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.