Click or drag to resize

ILogEventRepositoryGetEvents Method

Namespace:  Dynamicweb.Logging.LogEvents
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
IList<LogEvent> GetEvents(
	LogEventQuery query
)

Parameters

query
Type: Dynamicweb.Logging.LogEventsLogEventQuery

Return Value

Type: IListLogEvent
See Also