Click or drag to resize

NetForumErrorLogFindLogEntries(DateTime, 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(
	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