NetForumErrorLogFindLogEntries(TimeSpan, 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(
	TimeSpan howFarBackToSearch,
	ErrorSourceFilter errorSourceFilter = ErrorSourceFilter.All
)

Parameters

howFarBackToSearch  TimeSpan
How far back in the past 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