clsDBErrorProvider Methods
The clsDBErrorProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
addEntry(String, String, String, priorityLevel, entryType, String, String, String, String) |
Adds the entry.
|
![]() |
addEntry(String, Exception, priorityLevel, entryType, String, String, String, String) |
Adds the entry.
|
![]() |
cleanUpSystemLog |
Remove all entries but the last number of entries from the system log
|
![]() |
clearAllEntries |
Clears all entries.
|
![]() |
getEntriesByDate |
Gets the entries by date.
|
![]() |
getEntriesByErrorType |
Gets the type of the entries by error.
|
![]() |
getEntriesByPriority |
Gets the entries by priority.
|
![]() |
getEntriesBySource |
Gets the entries by source.
|
![]() |
getEntriesMessageContains |
Gets the entries message contains.
|
![]() |
getEntry |
Gets the entry.
|
![]() |
getErrorSource |
Gets the error source.
|
![]() |
getLastEntries |
Gets the last entries.
|
![]() |
getSummary |
Gets the summary.
|
![]() |
getSummaryByDate |
Gets the summary by date.
|
![]() |
getSummaryByErrorType |
Gets the type of the summary by error.
|
![]() |
getSummaryByPriority |
Gets the summary by priority.
|
![]() |
getSummaryBySource |
Gets the summary by source.
|
![]() |
getSummaryMessageContains |
Gets the summary message contains.
|
![]() |
getTotalLogEntries |
Returns the total entries in system log
|
![]() |
importErrorLog |
Imports the error log.
|
![]() |
logMessage |
Logs the message.
|
![]() |
removeEntriesBeforeDate |
Removes the entries before date.
|
![]() |
removeEntry |
Removes the entry.
|
![]() |
removeTodaysEntries |
Removes the todays entries.
|
![]() |
writeError(String, String, String, priorityLevel, String, String, String, String) |
Writes the error.
|
![]() |
writeError(String, Exception, priorityLevel, String, String, String, String) |
Writes the error.
|