Menu

ErrorLogProvider

Steven Bey

ErrorLogProvider Class

Manages the storage and retrieval of error log information in memory.

Syntax

public class ErrorLogProvider : IErrorLogProvider

The ErrorLogProvider type exposes the following members.

Constructors

Name Description
ErrorLogProvider Initialises a new instance of the ErrorLogProvider class.

Methods

Name Description
Get Gets an error log.
List Gets a list of error logs.
Save Saves an error log.

Properties

Name Description
Application Gets the name of the application.
Total Gets the total number of error logs.

Related

Wiki: Home