<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to XmlErrorLogProvider</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>Recent changes to XmlErrorLogProvider</description><atom:link href="https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 24 Feb 2012 13:12:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage XmlErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,6 +1,6 @@
 ## XmlErrorLogProvider Class ##
 
-Manages storage error information in xml files.
+Manages the storage and retrieval of error log information in xml files.
 
 ### 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:12:35 -0000</pubDate><guid>https://sourceforge.net1b964740f48d1328f0a0d6b2efdfae5f6567e4be</guid></item><item><title>WikiPage XmlErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -13,7 +13,7 @@
 
 Name                                                       | Description
 ----                                                       | -----------
-[XmlErrorLogProvider(String)](../XmlErrorLogProvider.Ctor) | Initialises a new instance of the `XmlErrorLogProvider` class.
+[XmlErrorLogProvider(String, String)](../XmlErrorLogProvider.Ctor) | Initialises a new instance of the `XmlErrorLogProvider` class.
 
 ### Methods ###
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Fri, 24 Feb 2012 00:49:32 -0000</pubDate><guid>https://sourceforge.net311269d7407b4dedc1fb46c1d10d20e7e307216c</guid></item><item><title>WikiPage XmlErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,49 +1,31 @@
-## XmlErrorLogProvider ##
-
-### XmlErrorLogProvider Constructor(String, String) ###
-
-Initialises a new instance of the `XmlErrorLogProvider` class.
-
-#### Syntax ####
-
-    :::c#
-    public XmlErrorLogProvider(
-        string application = null,
-        string path = "~/App_Data/Errors"
-    )
-#
-#### Parameters ####
-
-*application*
-&gt; Type: System.String
-The name of the application to store and retrieve error log information for.
-
-*path*
-&gt; Type: System.String
-The file system path to the location where the XML files will be stored.
-
-#### Remarks ####
-
-`XmlErrorLogProvider` manages storage of error log information in XML files.
-
-#### Examples ####
-
-The following example shows the most basic instantiation of the `XmlErrorLogProvider`, which uses the default folder path of '`~/App_Data/Errors`' to store the XML files.
-
-    :::c#
-    var provider = new XmlErrorLogProvider();
-##
-The following example shows the application name being specified.
-
-    :::c#
-    var provider = new XmlErrorLogProvider("/");
-##
-The following example shows the path being specified, without the application name.
-
-    :::c#
-    var provider = new XmlErrorLogProvider(path: @"\\elfar\errors");
-##
-The following example shows both the application name and path being specified.
-
-    :::c#
-    var provider = new XmlErrorLogProvider("/", @"\\elfar\errors");
+## XmlErrorLogProvider Class ##
+
+Manages storage error information in xml files.
+
+### Syntax ###
+
+    :::c#
+    public class XmlErrorLogProvider : IErrorLogProvider
+####
+The `XmlErrorLogProvider` type exposes the following members.
+
+### Constructors ###
+
+Name                                                       | Description
+----                                                       | -----------
+[XmlErrorLogProvider(String)](../XmlErrorLogProvider.Ctor) | Initialises a new instance of the `XmlErrorLogProvider` class.
+
+### Methods ###
+
+Name                                | Description
+----                                | -----------
+[Get](../XmlErrorLogProvider.Get)   | Gets an error log.
+[List](../XmlErrorLogProvider.List) | Gets a list of error logs.
+[Save](../XmlErrorLogProvider.Save) | Saves an error log.
+
+### Properties ###
+
+Name                                              | Description
+----                                              | -----------
+[Application](../XmlErrorLogProvider.Application) | Gets the name of the application.
+[Total](../XmlErrorLogProvider.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 00:47:59 -0000</pubDate><guid>https://sourceforge.net4135c3dfe1e4387aec70e72f32a9fc2ac611b3d4</guid></item><item><title>WikiPage XmlErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -2,7 +2,7 @@
 
 ### XmlErrorLogProvider Constructor(String, String) ###
 
-Initialises a new instance of the XmlErrorLogProvider class.
+Initialises a new instance of the `XmlErrorLogProvider` class.
 
 #### Syntax ####
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 22:15:13 -0000</pubDate><guid>https://sourceforge.neta3c15df65b35bff37cc171335f8d22a3a4158f99</guid></item><item><title>WikiPage XmlErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -47,4 +47,3 @@
 
     :::c#
     var provider = new XmlErrorLogProvider("/", @"\\elfar\errors");
-#
&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:45:36 -0000</pubDate><guid>https://sourceforge.net44eaff1bffc6045919dfd2c653021ab54846c161</guid></item><item><title>WikiPage XmlErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/XmlErrorLogProvider/</link><description>## XmlErrorLogProvider ##

### XmlErrorLogProvider Constructor(String, String) ###

Initialises a new instance of the XmlErrorLogProvider class.

#### Syntax ####

    :::c#
    public XmlErrorLogProvider(
        string application = null,
        string path = "~/App_Data/Errors"
    )
#
#### Parameters ####

*application*
&gt; Type: System.String
The name of the application to store and retrieve error log information for.

*path*
&gt; Type: System.String
The file system path to the location where the XML files will be stored.

#### Remarks ####

`XmlErrorLogProvider` manages storage of error log information in XML files.

#### Examples ####

The following example shows the most basic instantiation of the `XmlErrorLogProvider`, which uses the default folder path of '`~/App_Data/Errors`' to store the XML files.

    :::c#
    var provider = new XmlErrorLogProvider();
##
The following example shows the application name being specified.

    :::c#
    var provider = new XmlErrorLogProvider("/");
##
The following example shows the path being specified, without the application name.

    :::c#
    var provider = new XmlErrorLogProvider(path: @"\\elfar\errors");
##
The following example shows both the application name and path being specified.

    :::c#
    var provider = new XmlErrorLogProvider("/", @"\\elfar\errors");
#</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 19:22:23 -0000</pubDate><guid>https://sourceforge.net5b0b52dff66ed64dc3cd95b9a2d446bbb6328c9d</guid></item></channel></rss>