| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>Castle.Facilities.Logging</name>
- </assembly>
- <members>
- <member name="T:Castle.Facilities.Logging.LoggerImplementation">
- <summary>
- The supported <see cref = "T:Castle.Core.Logging.ILoggerFactory" /> implementations.
- </summary>
- </member>
- <member name="T:Castle.Facilities.Logging.LoggerResolver">
- <summary>
- Custom resolver used by Windsor. 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.LoggingFacility">
- <summary>
- A facility for logging support.
- </summary>
- </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>
- <member name="M:Castle.Facilities.Logging.LoggingFacility.WithAppConfig">
- <summary>
- loads configuration from current AppDomain's config file (aka web.config/app.config)
- </summary>
- <returns> </returns>
- </member>
- </members>
- </doc>
|