Click or drag to resize

EventLoggergetEvent Method

Returns the nth event in the log

Namespace:  Kratos_3.Logging
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public Event getEvent(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: Event

Implements

IEventLoggergetEvent(Int32)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the requested index is not in the bounds of the event log
See Also