NetForumErrorLogFindLogEntries(DateTime, ErrorSourceFilter) Method

Retrieves a collection of logged errors from the NetFORUM error log

Definition

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IEnumerable<ErrorLogEntry> FindLogEntries(
	DateTime whenToStartSearch,
	ErrorSourceFilter errorSourceFilter = ErrorSourceFilter.All
)

Parameters

whenToStartSearch  DateTime
A time in the past after which to start retrieving logged errors
errorSourceFilter  ErrorSourceFilter  (Optional)
Determines what type of errors to retrieve from the error log

Return Value

IEnumerableErrorLogEntry
The collection of errors matching the search criteria

See Also