<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to AccessErrorLogProvider</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>Recent changes to AccessErrorLogProvider</description><atom:link href="https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 24 Feb 2012 13:07:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;--- v10 
+++ v11 
@@ -1,6 +1,6 @@
 ## AccessErrorLogProvider Class ##
 
-Manages storage error information in memory.
+Manages the storage and retrieval of error log information in an Access database.
 
 ### Syntax ###
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Fri, 24 Feb 2012 13:07:33 -0000</pubDate><guid>https://sourceforge.net670da2be8790abac4a18c8c97d68a82a9710d9f5</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -1,39 +1,31 @@
-## AccessErrorLogProvider##
-
-### AccessErrorLogProviderConstructor(String) ###
-
-Initialises a new instance of the AccessErrorLogProviderclass.
-
-#### Syntax ####
-
-    :::c#
-    public AccessErrorLogProvider(
-        string connectionString = @"|DataDirectory|\Elfar.mdb"
-    )
-#
-#### Parameters ####
-
-*connectionString*
-&gt; Type: System.String
-The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the Access database.
-
-#### Remarks ####
-
-`AccessErrorLogProvider` manages storage of error log information in an Access database.
-
-#### Examples ####
-
-The following example shows the most basic instantiation of the `AccessErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).
-
-    :::c#
-    var provider = new AccessErrorLogProvider();
-##
-The following example shows the name of the `&lt;connectionStrings&gt;` item being specified.
-
-    :::c#
-    var provider = new AccessErrorLogProvider(connectionString: @"Logs");
-##
-The following example shows the connection string being specified.
-
-    :::c#
-    var provider = new AccessErrorLogProvider(connectionString: @"|DataDirectory|\Logs.mdb");
+## AccessErrorLogProvider Class ##
+
+Manages storage error information in memory.
+
+### Syntax ###
+
+    :::c#
+    public class AccessErrorLogProvider : FileBasedDbErrorLogProvider
+####
+The `AccessErrorLogProvider` type exposes the following members.
+
+### Constructors ###
+
+Name                                         | Description
+----                                         | -----------
+[AccessErrorLogProvider(String)](../AccessErrorLogProvider.Ctor) | Initialises a new instance of the `AccessErrorLogProvider` class.
+
+### Methods ###
+
+Name                             | Description
+----                             | -----------
+[Get](../AccessErrorLogProvider.Get)   | Gets an error log.
+[List](../AccessErrorLogProvider.List) | Gets a list of error logs.
+[Save](../AccessErrorLogProvider.Save) | Saves an error log.
+
+### Properties ###
+
+Name                                           | Description
+----                                           | -----------
+[Application](../AccessErrorLogProvider.Application) | Gets the name of the application.
+[Total](../AccessErrorLogProvider.Total)             | Gets the total number of error logs.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Fri, 24 Feb 2012 12:48:00 -0000</pubDate><guid>https://sourceforge.net80a087bf34e2efd1d998d96633b1ad5815a2d7be</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -1,43 +1,39 @@
-[Home]
-
 ## AccessErrorLogProvider##
 
 ### AccessErrorLogProviderConstructor(String) ###
 
 Initialises a new instance of the AccessErrorLogProviderclass.
 
 #### Syntax ####
 
     :::c#
     public AccessErrorLogProvider(
         string connectionString = @"|DataDirectory|\Elfar.mdb"
     )
 #
 #### Parameters ####
 
 *connectionString*
 &gt; Type: System.String
 The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the Access database.
 
 #### Remarks ####
 
 `AccessErrorLogProvider` manages storage of error log information in an Access database.
 
 #### Examples ####
 
 The following example shows the most basic instantiation of the `AccessErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).
 
     :::c#
     var provider = new AccessErrorLogProvider();
 ##
 The following example shows the name of the `&lt;connectionStrings&gt;` item being specified.
 
     :::c#
     var provider = new AccessErrorLogProvider(connectionString: @"Logs");
 ##
 The following example shows the connection string being specified.
 
     :::c#
     var provider = new AccessErrorLogProvider(connectionString: @"|DataDirectory|\Logs.mdb");
-
-[Home]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Fri, 24 Feb 2012 12:45:48 -0000</pubDate><guid>https://sourceforge.net9c86f9498a0003bb01a59a349a59c978f14ce048</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:52:11 -0000</pubDate><guid>https://sourceforge.net14792e09fb4495f3d922b72fa4343be90a9f1401</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:51:54 -0000</pubDate><guid>https://sourceforge.net92217d5ec6e90fab70a6240480008bda98b6a49e</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:51:42 -0000</pubDate><guid>https://sourceforge.netdda93839ec0a1ce56045f92d170c9358c29bcf41</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:51:23 -0000</pubDate><guid>https://sourceforge.neta2d7dd4d5d99ad66a0cb3474490fb8e46e77443f</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:51:12 -0000</pubDate><guid>https://sourceforge.net403645215e7f649315a589107a00c6438e6f4238</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:50:53 -0000</pubDate><guid>https://sourceforge.net62b3225b316aadf46203cad23157378549675597</guid></item><item><title>WikiPage AccessErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/AccessErrorLogProvider/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,39 +1,43 @@
+[Home]
+
 ## AccessErrorLogProvider##
 
 ### AccessErrorLogProviderConstructor(String) ###
 
 Initialises a new instance of the AccessErrorLogProviderclass.
 
 #### Syntax ####
 
     :::c#
     public AccessErrorLogProvider(
         string connectionString = @"|DataDirectory|\Elfar.mdb"
     )
 #
 #### Parameters ####
 
 *connectionString*
 &gt; Type: System.String
 The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the Access database.
 
 #### Remarks ####
 
 `AccessErrorLogProvider` manages storage of error log information in an Access database.
 
 #### Examples ####
 
 The following example shows the most basic instantiation of the `AccessErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).
 
     :::c#
     var provider = new AccessErrorLogProvider();
 ##
 The following example shows the name of the `&lt;connectionStrings&gt;` item being specified.
 
     :::c#
     var provider = new AccessErrorLogProvider(connectionString: @"Logs");
 ##
 The following example shows the connection string being specified.
 
     :::c#
     var provider = new AccessErrorLogProvider(connectionString: @"|DataDirectory|\Logs.mdb");
+
+[Home]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:50:42 -0000</pubDate><guid>https://sourceforge.netde2fd91b910e7392e50a9ba3bc35fc32b3e8265b</guid></item></channel></rss>