FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IErrorProvider Methods

The IErrorProvider type exposes the following members.

Methods


  Name Description
Public method addEntry(String, String, String, priorityLevel, entryType, String, String, String, String)
Adds the entry.
Public method addEntry(String, Exception, priorityLevel, entryType, String, String, String, String)
Adds the entry.
Public method clearAllEntries
Clears all entries.
Public method getEntriesByDate
Gets the entries by date.
Public method getEntriesByPriority
Gets the entries by priority.
Public method getEntriesBySource
Gets the entries by source.
Public method getEntriesMessageContains
Gets the entries message contains.
Public method getEntry
Gets the entry.
Public method getErrorSource
Gets the error source.
Public method getLastEntries
Gets the last entries.
Public method getSummary
Gets the summary.
Public method getSummaryByDate
Gets the summary by date.
Public method getSummaryByPriority
Gets the summary by priority.
Public method getSummaryBySource
Gets the summary by source.
Public method getSummaryMessageContains
Gets the summary message contains.
Public method importErrorLog
Imports the error log.
Public method logMessage
Logs the message.
Public method removeEntriesBeforeDate
Removes the entries before date.
Public method removeEntry
Removes the entry.
Public method removeTodaysEntries
Removes the todays entries.
Public method writeError(String, String, String, priorityLevel, String, String, String, String)
Writes the error.
Public method writeError(String, Exception, priorityLevel, String, String, String, String)
Writes the error.