Click or drag to resize

GeneralLogRepositoryGetEvents Method

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public IList<LogEvent> GetEvents(
	LogEventQuery query
)

Parameters

query
Type: Dynamicweb.Logging.LogEventsLogEventQuery

Return Value

Type: IListLogEvent

Implements

ILogEventRepositoryGetEvents(LogEventQuery)
See Also