<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Exceptionless.Extras</name>
    </assembly>
    <members>
        <member name="M:Exceptionless.Plugins.Default.TraceLogPlugin.AddRecentTraceLogEntries(Exceptionless.Models.Event,Exceptionless.Diagnostics.ExceptionlessTraceListener,System.Int32)">
            <summary>
            Adds the trace info as extended data to the event.
            </summary>
            <param name="ev">The event model.</param>
            <param name="listener">The listener.</param>
            <param name="maxEntriesToInclude"></param>
        </member>
        <member name="M:Exceptionless.EventBuilderExtensions.AddRecentTraceLogEntries(Exceptionless.EventBuilder,Exceptionless.Diagnostics.ExceptionlessTraceListener,System.Int32)">
            <summary>
            Adds the recent trace log entries to the event.
            </summary>
            <param name="builder">The event builder object.</param>
            <param name="listener">The listener.</param>
            <param name="maxEntriesToInclude"></param>
        </member>
        <member name="M:Exceptionless.ExceptionlessClientExtensions.Startup(Exceptionless.ExceptionlessClient,System.AppDomain)">
            <summary>
            Reads configuration settings, configures various plugins and wires up to platform specific exception handlers. 
            </summary>
            <param name="client">The ExceptionlessClient.</param>
            <param name="appDomain">The AppDomain to register the exception handlers on.</param>
        </member>
        <member name="M:Exceptionless.ExceptionlessClientExtensions.Shutdown(Exceptionless.ExceptionlessClient,System.AppDomain)">
            <summary>
            Unregisters platform specific exception handlers.
            </summary>
            <param name="client">The ExceptionlessClient.</param>
            <param name="appDomain">The AppDomain to unregister any exception handlers from.</param>
        </member>
        <member name="M:Exceptionless.ExceptionlessExtraConfigurationExtensions.UseErrorPlugin(Exceptionless.ExceptionlessConfiguration)">
            <summary>
            Reads the Exceptionless configuration from the app.config or web.config file.
            </summary>
            <param name="config">The configuration object you want to apply the attribute settings to.</param>
        </member>
        <member name="M:Exceptionless.ExceptionlessExtraConfigurationExtensions.ReadFromConfigSection(Exceptionless.ExceptionlessConfiguration)">
            <summary>
            Reads the Exceptionless configuration from the app.config or web.config files configuration section.
            </summary>
            <param name="config">The configuration object you want to apply the attribute settings to.</param>
        </member>
        <member name="M:Exceptionless.ExceptionlessExtraConfigurationExtensions.ReadFromAppSettings(Exceptionless.ExceptionlessConfiguration)">
            <summary>
            Reads the Exceptionless configuration from the app.config or web.config files app settings.
            </summary>
            <param name="config">The configuration object you want to apply the attribute settings to.</param>
        </member>
        <member name="M:Exceptionless.ExceptionlessExtraConfigurationExtensions.ReadFromEnvironmentalVariables(Exceptionless.ExceptionlessConfiguration)">
            <summary>
            Reads the Exceptionless configuration from Environment Variables.
            </summary>
            <param name="config">The configuration object you want to apply the attribute settings to.</param>
        </member>
        <member name="M:Exceptionless.Extras.ToErrorModelExtensions.ToErrorModel(System.Exception,Exceptionless.Logging.IExceptionlessLog)">
            <summary>
            Sets the properties from an exception.
            </summary>
            <param name="exception">The exception to populate properties from.</param>
            <param name="log">The log implementation used for diagnostic information.</param>
        </member>
        <member name="M:Exceptionless.Extras.Utility.PathHelper.ExpandPath(System.String)">
            <summary>
            Expand the filename of the data source, resolving the |DataDirectory| macro as appropriate.
            </summary>
            <param name="sourceFile">The database filename to expand</param>
            <returns>The expanded path and filename of the filename</returns>
        </member>
        <member name="M:Exceptionless.Extras.Utility.PathHelper.GetDataDirectory">
            <summary>
            Gets the data directory for the |DataDirectory| macro.
            </summary>
            <returns>The DataDirectory path.</returns>
        </member>
    </members>
</doc>
