API Reference
Class
EventLogCollectorConfig
Event log collector configuration.
Inheritance
- Object
- EventLogCollectorConfig
Constructors
public EventLogCollectorConfig() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<String> Channels { get; set; } #Event log channels to query.
public Int32 LookbackMinutes { get; set; } #Number of minutes to look back for new events.
public Int32 MaxEntries { get; set; } #Maximum number of events to return per cycle.
public List<String> Levels { get; set; } #Levels to include (Information, Warning, Error, Critical).