Application Windows Event
data class ApplicationWindowsEvent(val eventLevels: List<ApplicationEventLevel>, val eventName: String, val logGroupName: String, val patternSet: String? = null)
A Windows Event to be monitored for the component.
Constructors
Link copied to clipboard
constructor(eventLevels: List<ApplicationEventLevel>, eventName: String, logGroupName: String, patternSet: String? = null)