Click or drag to resize

NetForumErrorLogFindLogEntries(TimeSpan, ErrorSourceFilter) Method

Retrieves a collection of logged errors from the NetFORUM error log

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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