<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Castle.Facilities.Logging</name>
    </assembly>
    <members>
        <member name="T:Castle.Facilities.Logging.LoggerResolver">
            <summary>
            Custom resolver used by the MicroKernel. It gives
            us some contextual information that we use to set up a logging
            before satisfying the dependency
            </summary>
        </member>
        <member name="T:Castle.Facilities.Logging.LoggerImplementation">
            <summary>
            The supported <see cref="T:Castle.Core.Logging.ILogger"/> implementations
            </summary>
        </member>
        <member name="T:Castle.Facilities.Logging.LoggingFacility">
            <summary>
            A facility for logging support.
            </summary>
            <remarks>TODO: Document its inner working and configuration scheme</remarks>
        </member>
        <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility"/> class.
            </summary>
        </member>
        <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(Castle.Facilities.Logging.LoggerImplementation)">
            <summary>
            Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility"/> class.
            </summary>
            <param name="loggingApi">
            The LoggerImplementation that should be used
            </param>
        </member>
        <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(Castle.Facilities.Logging.LoggerImplementation,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility"/> class.
            </summary>
            <param name="loggingApi">
            The LoggerImplementation that should be used
            </param>
            <param name="configFile">
            The configuration file that should be used by the chosen LoggerImplementation
            </param>
        </member>
        <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility"/> class using a custom LoggerImplementation
            </summary>
            <param name="configFile">
            The configuration file that should be used by the chosen LoggerImplementation
            </param>
            <param name="customLoggerFactory">
            The type name of the type of the custom logger factory.
            </param>
        </member>
        <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(Castle.Facilities.Logging.LoggerImplementation,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility"/> class.
            </summary>
            <param name="loggingApi">
            The LoggerImplementation that should be used
            </param>
            <param name="configFile">
            The configuration file that should be used by the chosen LoggerImplementation
            </param>
            <param name="customLoggerFactory">
            The type name of the type of the custom logger factory. (only used when loggingApi is set to LoggerImplementation.Custom)
            </param>
        </member>
    </members>
</doc>

